@Generated(value="software.amazon.awssdk:codegen") public interface RoboMakerClient extends SdkClient
builder()
method.
his section provides documentation for the AWS RoboMaker API operations.
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
serviceName
close
static final String SERVICE_NAME
static RoboMakerClient create()
RoboMakerClient
with the region loaded from the
DefaultAwsRegionProviderChain
and credentials loaded from the
DefaultCredentialsProvider
.static RoboMakerClientBuilder builder()
RoboMakerClient
.default BatchDescribeSimulationJobResponse batchDescribeSimulationJob(BatchDescribeSimulationJobRequest batchDescribeSimulationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Describes one or more simulation jobs.
batchDescribeSimulationJobRequest
- ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default BatchDescribeSimulationJobResponse batchDescribeSimulationJob(Consumer<BatchDescribeSimulationJobRequest.Builder> batchDescribeSimulationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Describes one or more simulation jobs.
This is a convenience which creates an instance of the BatchDescribeSimulationJobRequest.Builder
avoiding
the need to create one manually via BatchDescribeSimulationJobRequest.builder()
batchDescribeSimulationJobRequest
- A Consumer
that will call methods on BatchDescribeSimulationJobRequest.Builder
to create a
request.ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CancelSimulationJobResponse cancelSimulationJob(CancelSimulationJobRequest cancelSimulationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Cancels the specified simulation job.
cancelSimulationJobRequest
- ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CancelSimulationJobResponse cancelSimulationJob(Consumer<CancelSimulationJobRequest.Builder> cancelSimulationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Cancels the specified simulation job.
This is a convenience which creates an instance of the CancelSimulationJobRequest.Builder
avoiding the
need to create one manually via CancelSimulationJobRequest.builder()
cancelSimulationJobRequest
- A Consumer
that will call methods on CancelSimulationJobRequest.Builder
to create a
request.ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateDeploymentJobResponse createDeploymentJob(CreateDeploymentJobRequest createDeploymentJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, ConcurrentDeploymentException, IdempotentParameterMismatchException, AwsServiceException, SdkClientException, RoboMakerException
Creates a deployment job.
createDeploymentJobRequest
- ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.LimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.ConcurrentDeploymentException
IdempotentParameterMismatchException
- The request uses the same client token as a previous, but non-identical request. Do not reuse a client
token with different requests, unless the requests are identical.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateDeploymentJobResponse createDeploymentJob(Consumer<CreateDeploymentJobRequest.Builder> createDeploymentJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, ConcurrentDeploymentException, IdempotentParameterMismatchException, AwsServiceException, SdkClientException, RoboMakerException
Creates a deployment job.
This is a convenience which creates an instance of the CreateDeploymentJobRequest.Builder
avoiding the
need to create one manually via CreateDeploymentJobRequest.builder()
createDeploymentJobRequest
- A Consumer
that will call methods on CreateDeploymentJobRequest.Builder
to create a
request.ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.LimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.ConcurrentDeploymentException
IdempotentParameterMismatchException
- The request uses the same client token as a previous, but non-identical request. Do not reuse a client
token with different requests, unless the requests are identical.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateFleetResponse createFleet(CreateFleetRequest createFleetRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, RoboMakerException
Creates a fleet, a logical group of robots running the same robot application.
createFleetRequest
- InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.LimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateFleetResponse createFleet(Consumer<CreateFleetRequest.Builder> createFleetRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, RoboMakerException
Creates a fleet, a logical group of robots running the same robot application.
This is a convenience which creates an instance of the CreateFleetRequest.Builder
avoiding the need to
create one manually via CreateFleetRequest.builder()
createFleetRequest
- A Consumer
that will call methods on CreateFleetRequest.Builder
to create a request.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.LimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateRobotResponse createRobot(CreateRobotRequest createRobotRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, ResourceAlreadyExistsException, AwsServiceException, SdkClientException, RoboMakerException
Creates a robot.
createRobotRequest
- InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.LimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.ResourceAlreadyExistsException
- The specified resource already existsSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateRobotResponse createRobot(Consumer<CreateRobotRequest.Builder> createRobotRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, ResourceAlreadyExistsException, AwsServiceException, SdkClientException, RoboMakerException
Creates a robot.
This is a convenience which creates an instance of the CreateRobotRequest.Builder
avoiding the need to
create one manually via CreateRobotRequest.builder()
createRobotRequest
- A Consumer
that will call methods on CreateRobotRequest.Builder
to create a request.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.LimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.ResourceAlreadyExistsException
- The specified resource already existsSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateRobotApplicationResponse createRobotApplication(CreateRobotApplicationRequest createRobotApplicationRequest) throws InvalidParameterException, ResourceAlreadyExistsException, LimitExceededException, ThrottlingException, InternalServerException, IdempotentParameterMismatchException, AwsServiceException, SdkClientException, RoboMakerException
Creates a robot application.
createRobotApplicationRequest
- InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.ResourceAlreadyExistsException
- The specified resource already existsLimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.IdempotentParameterMismatchException
- The request uses the same client token as a previous, but non-identical request. Do not reuse a client
token with different requests, unless the requests are identical.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateRobotApplicationResponse createRobotApplication(Consumer<CreateRobotApplicationRequest.Builder> createRobotApplicationRequest) throws InvalidParameterException, ResourceAlreadyExistsException, LimitExceededException, ThrottlingException, InternalServerException, IdempotentParameterMismatchException, AwsServiceException, SdkClientException, RoboMakerException
Creates a robot application.
This is a convenience which creates an instance of the CreateRobotApplicationRequest.Builder
avoiding the
need to create one manually via CreateRobotApplicationRequest.builder()
createRobotApplicationRequest
- A Consumer
that will call methods on CreateRobotApplicationRequest.Builder
to create a
request.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.ResourceAlreadyExistsException
- The specified resource already existsLimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.IdempotentParameterMismatchException
- The request uses the same client token as a previous, but non-identical request. Do not reuse a client
token with different requests, unless the requests are identical.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateRobotApplicationVersionResponse createRobotApplicationVersion(CreateRobotApplicationVersionRequest createRobotApplicationVersionRequest) throws InvalidParameterException, IdempotentParameterMismatchException, LimitExceededException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Creates a version of a robot application.
createRobotApplicationVersionRequest
- InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.IdempotentParameterMismatchException
- The request uses the same client token as a previous, but non-identical request. Do not reuse a client
token with different requests, unless the requests are identical.LimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateRobotApplicationVersionResponse createRobotApplicationVersion(Consumer<CreateRobotApplicationVersionRequest.Builder> createRobotApplicationVersionRequest) throws InvalidParameterException, IdempotentParameterMismatchException, LimitExceededException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Creates a version of a robot application.
This is a convenience which creates an instance of the CreateRobotApplicationVersionRequest.Builder
avoiding the need to create one manually via CreateRobotApplicationVersionRequest.builder()
createRobotApplicationVersionRequest
- A Consumer
that will call methods on CreateRobotApplicationVersionRequest.Builder
to
create a request.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.IdempotentParameterMismatchException
- The request uses the same client token as a previous, but non-identical request. Do not reuse a client
token with different requests, unless the requests are identical.LimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateSimulationApplicationResponse createSimulationApplication(CreateSimulationApplicationRequest createSimulationApplicationRequest) throws InvalidParameterException, ResourceAlreadyExistsException, LimitExceededException, ThrottlingException, InternalServerException, IdempotentParameterMismatchException, AwsServiceException, SdkClientException, RoboMakerException
Creates a simulation application.
createSimulationApplicationRequest
- InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.ResourceAlreadyExistsException
- The specified resource already existsLimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.IdempotentParameterMismatchException
- The request uses the same client token as a previous, but non-identical request. Do not reuse a client
token with different requests, unless the requests are identical.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateSimulationApplicationResponse createSimulationApplication(Consumer<CreateSimulationApplicationRequest.Builder> createSimulationApplicationRequest) throws InvalidParameterException, ResourceAlreadyExistsException, LimitExceededException, ThrottlingException, InternalServerException, IdempotentParameterMismatchException, AwsServiceException, SdkClientException, RoboMakerException
Creates a simulation application.
This is a convenience which creates an instance of the CreateSimulationApplicationRequest.Builder
avoiding the need to create one manually via CreateSimulationApplicationRequest.builder()
createSimulationApplicationRequest
- A Consumer
that will call methods on CreateSimulationApplicationRequest.Builder
to create
a request.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.ResourceAlreadyExistsException
- The specified resource already existsLimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.IdempotentParameterMismatchException
- The request uses the same client token as a previous, but non-identical request. Do not reuse a client
token with different requests, unless the requests are identical.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateSimulationApplicationVersionResponse createSimulationApplicationVersion(CreateSimulationApplicationVersionRequest createSimulationApplicationVersionRequest) throws InvalidParameterException, IdempotentParameterMismatchException, LimitExceededException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Creates a simulation application with a specific revision id.
createSimulationApplicationVersionRequest
- InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.IdempotentParameterMismatchException
- The request uses the same client token as a previous, but non-identical request. Do not reuse a client
token with different requests, unless the requests are identical.LimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateSimulationApplicationVersionResponse createSimulationApplicationVersion(Consumer<CreateSimulationApplicationVersionRequest.Builder> createSimulationApplicationVersionRequest) throws InvalidParameterException, IdempotentParameterMismatchException, LimitExceededException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Creates a simulation application with a specific revision id.
This is a convenience which creates an instance of the CreateSimulationApplicationVersionRequest.Builder
avoiding the need to create one manually via CreateSimulationApplicationVersionRequest.builder()
createSimulationApplicationVersionRequest
- A Consumer
that will call methods on CreateSimulationApplicationVersionRequest.Builder
to
create a request.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.IdempotentParameterMismatchException
- The request uses the same client token as a previous, but non-identical request. Do not reuse a client
token with different requests, unless the requests are identical.LimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateSimulationJobResponse createSimulationJob(CreateSimulationJobRequest createSimulationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, IdempotentParameterMismatchException, AwsServiceException, SdkClientException, RoboMakerException
Creates a simulation job.
createSimulationJobRequest
- ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.LimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.IdempotentParameterMismatchException
- The request uses the same client token as a previous, but non-identical request. Do not reuse a client
token with different requests, unless the requests are identical.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateSimulationJobResponse createSimulationJob(Consumer<CreateSimulationJobRequest.Builder> createSimulationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, IdempotentParameterMismatchException, AwsServiceException, SdkClientException, RoboMakerException
Creates a simulation job.
This is a convenience which creates an instance of the CreateSimulationJobRequest.Builder
avoiding the
need to create one manually via CreateSimulationJobRequest.builder()
createSimulationJobRequest
- A Consumer
that will call methods on CreateSimulationJobRequest.Builder
to create a
request.ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.LimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.IdempotentParameterMismatchException
- The request uses the same client token as a previous, but non-identical request. Do not reuse a client
token with different requests, unless the requests are identical.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteFleetResponse deleteFleet(DeleteFleetRequest deleteFleetRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Deletes a fleet.
deleteFleetRequest
- InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteFleetResponse deleteFleet(Consumer<DeleteFleetRequest.Builder> deleteFleetRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Deletes a fleet.
This is a convenience which creates an instance of the DeleteFleetRequest.Builder
avoiding the need to
create one manually via DeleteFleetRequest.builder()
deleteFleetRequest
- A Consumer
that will call methods on DeleteFleetRequest.Builder
to create a request.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteRobotResponse deleteRobot(DeleteRobotRequest deleteRobotRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Deletes a robot.
deleteRobotRequest
- InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteRobotResponse deleteRobot(Consumer<DeleteRobotRequest.Builder> deleteRobotRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Deletes a robot.
This is a convenience which creates an instance of the DeleteRobotRequest.Builder
avoiding the need to
create one manually via DeleteRobotRequest.builder()
deleteRobotRequest
- A Consumer
that will call methods on DeleteRobotRequest.Builder
to create a request.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteRobotApplicationResponse deleteRobotApplication(DeleteRobotApplicationRequest deleteRobotApplicationRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Deletes a robot application.
deleteRobotApplicationRequest
- InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteRobotApplicationResponse deleteRobotApplication(Consumer<DeleteRobotApplicationRequest.Builder> deleteRobotApplicationRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Deletes a robot application.
This is a convenience which creates an instance of the DeleteRobotApplicationRequest.Builder
avoiding the
need to create one manually via DeleteRobotApplicationRequest.builder()
deleteRobotApplicationRequest
- A Consumer
that will call methods on DeleteRobotApplicationRequest.Builder
to create a
request.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteSimulationApplicationResponse deleteSimulationApplication(DeleteSimulationApplicationRequest deleteSimulationApplicationRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Deletes a simulation application.
deleteSimulationApplicationRequest
- InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteSimulationApplicationResponse deleteSimulationApplication(Consumer<DeleteSimulationApplicationRequest.Builder> deleteSimulationApplicationRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Deletes a simulation application.
This is a convenience which creates an instance of the DeleteSimulationApplicationRequest.Builder
avoiding the need to create one manually via DeleteSimulationApplicationRequest.builder()
deleteSimulationApplicationRequest
- A Consumer
that will call methods on DeleteSimulationApplicationRequest.Builder
to create
a request.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeregisterRobotResponse deregisterRobot(DeregisterRobotRequest deregisterRobotRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, RoboMakerException
Deregisters a robot.
deregisterRobotRequest
- InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.ResourceNotFoundException
- The specified resource does not exist.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeregisterRobotResponse deregisterRobot(Consumer<DeregisterRobotRequest.Builder> deregisterRobotRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, RoboMakerException
Deregisters a robot.
This is a convenience which creates an instance of the DeregisterRobotRequest.Builder
avoiding the need
to create one manually via DeregisterRobotRequest.builder()
deregisterRobotRequest
- A Consumer
that will call methods on DeregisterRobotRequest.Builder
to create a request.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.ResourceNotFoundException
- The specified resource does not exist.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeDeploymentJobResponse describeDeploymentJob(DescribeDeploymentJobRequest describeDeploymentJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Describes a deployment job. [Does it work regardless of deployment status, e.g. Failed?]
describeDeploymentJobRequest
- ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeDeploymentJobResponse describeDeploymentJob(Consumer<DescribeDeploymentJobRequest.Builder> describeDeploymentJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Describes a deployment job. [Does it work regardless of deployment status, e.g. Failed?]
This is a convenience which creates an instance of the DescribeDeploymentJobRequest.Builder
avoiding the
need to create one manually via DescribeDeploymentJobRequest.builder()
describeDeploymentJobRequest
- A Consumer
that will call methods on DescribeDeploymentJobRequest.Builder
to create a
request.ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFleetResponse describeFleet(DescribeFleetRequest describeFleetRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Describes a fleet.
describeFleetRequest
- ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFleetResponse describeFleet(Consumer<DescribeFleetRequest.Builder> describeFleetRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Describes a fleet.
This is a convenience which creates an instance of the DescribeFleetRequest.Builder
avoiding the need to
create one manually via DescribeFleetRequest.builder()
describeFleetRequest
- A Consumer
that will call methods on DescribeFleetRequest.Builder
to create a request.ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeRobotResponse describeRobot(DescribeRobotRequest describeRobotRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Describes a robot.
describeRobotRequest
- ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeRobotResponse describeRobot(Consumer<DescribeRobotRequest.Builder> describeRobotRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Describes a robot.
This is a convenience which creates an instance of the DescribeRobotRequest.Builder
avoiding the need to
create one manually via DescribeRobotRequest.builder()
describeRobotRequest
- A Consumer
that will call methods on DescribeRobotRequest.Builder
to create a request.ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeRobotApplicationResponse describeRobotApplication(DescribeRobotApplicationRequest describeRobotApplicationRequest) throws InvalidParameterException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Describes a robot application.
describeRobotApplicationRequest
- InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.ResourceNotFoundException
- The specified resource does not exist.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeRobotApplicationResponse describeRobotApplication(Consumer<DescribeRobotApplicationRequest.Builder> describeRobotApplicationRequest) throws InvalidParameterException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Describes a robot application.
This is a convenience which creates an instance of the DescribeRobotApplicationRequest.Builder
avoiding
the need to create one manually via DescribeRobotApplicationRequest.builder()
describeRobotApplicationRequest
- A Consumer
that will call methods on DescribeRobotApplicationRequest.Builder
to create a
request.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.ResourceNotFoundException
- The specified resource does not exist.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSimulationApplicationResponse describeSimulationApplication(DescribeSimulationApplicationRequest describeSimulationApplicationRequest) throws InvalidParameterException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Describes a simulation application.
describeSimulationApplicationRequest
- InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.ResourceNotFoundException
- The specified resource does not exist.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSimulationApplicationResponse describeSimulationApplication(Consumer<DescribeSimulationApplicationRequest.Builder> describeSimulationApplicationRequest) throws InvalidParameterException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Describes a simulation application.
This is a convenience which creates an instance of the DescribeSimulationApplicationRequest.Builder
avoiding the need to create one manually via DescribeSimulationApplicationRequest.builder()
describeSimulationApplicationRequest
- A Consumer
that will call methods on DescribeSimulationApplicationRequest.Builder
to
create a request.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.ResourceNotFoundException
- The specified resource does not exist.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSimulationJobResponse describeSimulationJob(DescribeSimulationJobRequest describeSimulationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Describes a simulation job.
describeSimulationJobRequest
- ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSimulationJobResponse describeSimulationJob(Consumer<DescribeSimulationJobRequest.Builder> describeSimulationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Describes a simulation job.
This is a convenience which creates an instance of the DescribeSimulationJobRequest.Builder
avoiding the
need to create one manually via DescribeSimulationJobRequest.builder()
describeSimulationJobRequest
- A Consumer
that will call methods on DescribeSimulationJobRequest.Builder
to create a
request.ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListDeploymentJobsResponse listDeploymentJobs() throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.
ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listDeploymentJobs(ListDeploymentJobsRequest)
,
AWS
API Documentationdefault ListDeploymentJobsResponse listDeploymentJobs(ListDeploymentJobsRequest listDeploymentJobsRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.
listDeploymentJobsRequest
- ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListDeploymentJobsResponse listDeploymentJobs(Consumer<ListDeploymentJobsRequest.Builder> listDeploymentJobsRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.
This is a convenience which creates an instance of the ListDeploymentJobsRequest.Builder
avoiding the
need to create one manually via ListDeploymentJobsRequest.builder()
listDeploymentJobsRequest
- A Consumer
that will call methods on ListDeploymentJobsRequest.Builder
to create a
request.ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListFleetsResponse listFleets() throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Returns a list of fleets. You can optionally provide filters to retrieve specific fleets.
ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listFleets(ListFleetsRequest)
,
AWS API
Documentationdefault ListFleetsResponse listFleets(ListFleetsRequest listFleetsRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Returns a list of fleets. You can optionally provide filters to retrieve specific fleets.
listFleetsRequest
- ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListFleetsResponse listFleets(Consumer<ListFleetsRequest.Builder> listFleetsRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Returns a list of fleets. You can optionally provide filters to retrieve specific fleets.
This is a convenience which creates an instance of the ListFleetsRequest.Builder
avoiding the need to
create one manually via ListFleetsRequest.builder()
listFleetsRequest
- A Consumer
that will call methods on ListFleetsRequest.Builder
to create a request.ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListRobotApplicationsResponse listRobotApplications() throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Returns a list of robot application. You can optionally provide filters to retrieve specific robot applications.
InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listRobotApplications(ListRobotApplicationsRequest)
,
AWS API Documentationdefault ListRobotApplicationsResponse listRobotApplications(ListRobotApplicationsRequest listRobotApplicationsRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Returns a list of robot application. You can optionally provide filters to retrieve specific robot applications.
listRobotApplicationsRequest
- InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListRobotApplicationsResponse listRobotApplications(Consumer<ListRobotApplicationsRequest.Builder> listRobotApplicationsRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Returns a list of robot application. You can optionally provide filters to retrieve specific robot applications.
This is a convenience which creates an instance of the ListRobotApplicationsRequest.Builder
avoiding the
need to create one manually via ListRobotApplicationsRequest.builder()
listRobotApplicationsRequest
- A Consumer
that will call methods on ListRobotApplicationsRequest.Builder
to create a
request.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListRobotsResponse listRobots() throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Returns a list of robots. You can optionally provide filters to retrieve specific robots.
ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listRobots(ListRobotsRequest)
,
AWS API
Documentationdefault ListRobotsResponse listRobots(ListRobotsRequest listRobotsRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Returns a list of robots. You can optionally provide filters to retrieve specific robots.
listRobotsRequest
- ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListRobotsResponse listRobots(Consumer<ListRobotsRequest.Builder> listRobotsRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Returns a list of robots. You can optionally provide filters to retrieve specific robots.
This is a convenience which creates an instance of the ListRobotsRequest.Builder
avoiding the need to
create one manually via ListRobotsRequest.builder()
listRobotsRequest
- A Consumer
that will call methods on ListRobotsRequest.Builder
to create a request.ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListSimulationApplicationsResponse listSimulationApplications() throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Returns a list of simulation applications. You can optionally provide filters to retrieve specific simulation applications.
InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listSimulationApplications(ListSimulationApplicationsRequest)
,
AWS API Documentationdefault ListSimulationApplicationsResponse listSimulationApplications(ListSimulationApplicationsRequest listSimulationApplicationsRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Returns a list of simulation applications. You can optionally provide filters to retrieve specific simulation applications.
listSimulationApplicationsRequest
- InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListSimulationApplicationsResponse listSimulationApplications(Consumer<ListSimulationApplicationsRequest.Builder> listSimulationApplicationsRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Returns a list of simulation applications. You can optionally provide filters to retrieve specific simulation applications.
This is a convenience which creates an instance of the ListSimulationApplicationsRequest.Builder
avoiding
the need to create one manually via ListSimulationApplicationsRequest.builder()
listSimulationApplicationsRequest
- A Consumer
that will call methods on ListSimulationApplicationsRequest.Builder
to create a
request.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListSimulationJobsResponse listSimulationJobs() throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Returns a list of simulation jobs. You can optionally provide filters to retrieve specific simulation jobs.
InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listSimulationJobs(ListSimulationJobsRequest)
,
AWS
API Documentationdefault ListSimulationJobsResponse listSimulationJobs(ListSimulationJobsRequest listSimulationJobsRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Returns a list of simulation jobs. You can optionally provide filters to retrieve specific simulation jobs.
listSimulationJobsRequest
- InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListSimulationJobsResponse listSimulationJobs(Consumer<ListSimulationJobsRequest.Builder> listSimulationJobsRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Returns a list of simulation jobs. You can optionally provide filters to retrieve specific simulation jobs.
This is a convenience which creates an instance of the ListSimulationJobsRequest.Builder
avoiding the
need to create one manually via ListSimulationJobsRequest.builder()
listSimulationJobsRequest
- A Consumer
that will call methods on ListSimulationJobsRequest.Builder
to create a
request.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RegisterRobotResponse registerRobot(RegisterRobotRequest registerRobotRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, ResourceNotFoundException, AwsServiceException, SdkClientException, RoboMakerException
Registers a robot with a fleet.
registerRobotRequest
- InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.LimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.ResourceNotFoundException
- The specified resource does not exist.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RegisterRobotResponse registerRobot(Consumer<RegisterRobotRequest.Builder> registerRobotRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, ResourceNotFoundException, AwsServiceException, SdkClientException, RoboMakerException
Registers a robot with a fleet.
This is a convenience which creates an instance of the RegisterRobotRequest.Builder
avoiding the need to
create one manually via RegisterRobotRequest.builder()
registerRobotRequest
- A Consumer
that will call methods on RegisterRobotRequest.Builder
to create a request.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.LimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.ResourceNotFoundException
- The specified resource does not exist.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RestartSimulationJobResponse restartSimulationJob(RestartSimulationJobRequest restartSimulationJobRequest) throws ResourceNotFoundException, ThrottlingException, LimitExceededException, InvalidParameterException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Restarts a running simulation job.
restartSimulationJobRequest
- ResourceNotFoundException
- The specified resource does not exist.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.LimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RestartSimulationJobResponse restartSimulationJob(Consumer<RestartSimulationJobRequest.Builder> restartSimulationJobRequest) throws ResourceNotFoundException, ThrottlingException, LimitExceededException, InvalidParameterException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Restarts a running simulation job.
This is a convenience which creates an instance of the RestartSimulationJobRequest.Builder
avoiding the
need to create one manually via RestartSimulationJobRequest.builder()
restartSimulationJobRequest
- A Consumer
that will call methods on RestartSimulationJobRequest.Builder
to create a
request.ResourceNotFoundException
- The specified resource does not exist.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.LimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default SyncDeploymentJobResponse syncDeploymentJob(SyncDeploymentJobRequest syncDeploymentJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, ConcurrentDeploymentException, IdempotentParameterMismatchException, AwsServiceException, SdkClientException, RoboMakerException
Syncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were added after a deployment.
syncDeploymentJobRequest
- ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.LimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.ConcurrentDeploymentException
IdempotentParameterMismatchException
- The request uses the same client token as a previous, but non-identical request. Do not reuse a client
token with different requests, unless the requests are identical.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default SyncDeploymentJobResponse syncDeploymentJob(Consumer<SyncDeploymentJobRequest.Builder> syncDeploymentJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, ConcurrentDeploymentException, IdempotentParameterMismatchException, AwsServiceException, SdkClientException, RoboMakerException
Syncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were added after a deployment.
This is a convenience which creates an instance of the SyncDeploymentJobRequest.Builder
avoiding the need
to create one manually via SyncDeploymentJobRequest.builder()
syncDeploymentJobRequest
- A Consumer
that will call methods on SyncDeploymentJobRequest.Builder
to create a request.ResourceNotFoundException
- The specified resource does not exist.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.LimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.ConcurrentDeploymentException
IdempotentParameterMismatchException
- The request uses the same client token as a previous, but non-identical request. Do not reuse a client
token with different requests, unless the requests are identical.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateRobotApplicationResponse updateRobotApplication(UpdateRobotApplicationRequest updateRobotApplicationRequest) throws InvalidParameterException, ResourceNotFoundException, LimitExceededException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Updates a robot application.
updateRobotApplicationRequest
- InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.ResourceNotFoundException
- The specified resource does not exist.LimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateRobotApplicationResponse updateRobotApplication(Consumer<UpdateRobotApplicationRequest.Builder> updateRobotApplicationRequest) throws InvalidParameterException, ResourceNotFoundException, LimitExceededException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Updates a robot application.
This is a convenience which creates an instance of the UpdateRobotApplicationRequest.Builder
avoiding the
need to create one manually via UpdateRobotApplicationRequest.builder()
updateRobotApplicationRequest
- A Consumer
that will call methods on UpdateRobotApplicationRequest.Builder
to create a
request.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.ResourceNotFoundException
- The specified resource does not exist.LimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateSimulationApplicationResponse updateSimulationApplication(UpdateSimulationApplicationRequest updateSimulationApplicationRequest) throws InvalidParameterException, ResourceNotFoundException, LimitExceededException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Updates a simulation application.
updateSimulationApplicationRequest
- InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.ResourceNotFoundException
- The specified resource does not exist.LimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateSimulationApplicationResponse updateSimulationApplication(Consumer<UpdateSimulationApplicationRequest.Builder> updateSimulationApplicationRequest) throws InvalidParameterException, ResourceNotFoundException, LimitExceededException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Updates a simulation application.
This is a convenience which creates an instance of the UpdateSimulationApplicationRequest.Builder
avoiding the need to create one manually via UpdateSimulationApplicationRequest.builder()
updateSimulationApplicationRequest
- A Consumer
that will call methods on UpdateSimulationApplicationRequest.Builder
to create
a request.InvalidParameterException
- A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message
provides an explanation of the error value.ResourceNotFoundException
- The specified resource does not exist.LimitExceededException
- The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests
exceeds the maximum number allowed.ThrottlingException
- AWS RoboMaker is temporarily unable to process the request. Try your call again.InternalServerException
- AWS RoboMaker experienced a service issue. Try your call again.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.RoboMakerException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
static ServiceMetadata serviceMetadata()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.