@Generated(value="software.amazon.awssdk:codegen") public interface RoboMakerClient extends SdkClient
builder() method.
This section provides documentation for the AWS RoboMaker API operations.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
serviceNameclosestatic 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 BatchDeleteWorldsResponse batchDeleteWorlds(BatchDeleteWorldsRequest batchDeleteWorldsRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Deletes one or more worlds in a batch operation.
batchDeleteWorldsRequest - 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.AwsServiceExceptiondefault BatchDeleteWorldsResponse batchDeleteWorlds(Consumer<BatchDeleteWorldsRequest.Builder> batchDeleteWorldsRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Deletes one or more worlds in a batch operation.
This is a convenience which creates an instance of the BatchDeleteWorldsRequest.Builder avoiding the need
to create one manually via BatchDeleteWorldsRequest.builder()
batchDeleteWorldsRequest - A Consumer that will call methods on BatchDeleteWorldsRequest.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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault CancelDeploymentJobResponse cancelDeploymentJob(CancelDeploymentJobRequest cancelDeploymentJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Cancels the specified deployment job.
cancelDeploymentJobRequest - 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.AwsServiceExceptiondefault CancelDeploymentJobResponse cancelDeploymentJob(Consumer<CancelDeploymentJobRequest.Builder> cancelDeploymentJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Cancels the specified deployment job.
This is a convenience which creates an instance of the CancelDeploymentJobRequest.Builder avoiding the
need to create one manually via CancelDeploymentJobRequest.builder()
cancelDeploymentJobRequest - A Consumer that will call methods on CancelDeploymentJobRequest.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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault CancelSimulationJobBatchResponse cancelSimulationJobBatch(CancelSimulationJobBatchRequest cancelSimulationJobBatchRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Cancels a simulation job batch. When you cancel a simulation job batch, you are also cancelling all of the active simulation jobs created as part of the batch.
cancelSimulationJobBatchRequest - 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.AwsServiceExceptiondefault CancelSimulationJobBatchResponse cancelSimulationJobBatch(Consumer<CancelSimulationJobBatchRequest.Builder> cancelSimulationJobBatchRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Cancels a simulation job batch. When you cancel a simulation job batch, you are also cancelling all of the active simulation jobs created as part of the batch.
This is a convenience which creates an instance of the CancelSimulationJobBatchRequest.Builder avoiding
the need to create one manually via CancelSimulationJobBatchRequest.builder()
cancelSimulationJobBatchRequest - A Consumer that will call methods on CancelSimulationJobBatchRequest.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.AwsServiceExceptiondefault CancelWorldExportJobResponse cancelWorldExportJob(CancelWorldExportJobRequest cancelWorldExportJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Cancels the specified export job.
cancelWorldExportJobRequest - 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.AwsServiceExceptiondefault CancelWorldExportJobResponse cancelWorldExportJob(Consumer<CancelWorldExportJobRequest.Builder> cancelWorldExportJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Cancels the specified export job.
This is a convenience which creates an instance of the CancelWorldExportJobRequest.Builder avoiding the
need to create one manually via CancelWorldExportJobRequest.builder()
cancelWorldExportJobRequest - A Consumer that will call methods on CancelWorldExportJobRequest.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.AwsServiceExceptiondefault CancelWorldGenerationJobResponse cancelWorldGenerationJob(CancelWorldGenerationJobRequest cancelWorldGenerationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Cancels the specified world generator job.
cancelWorldGenerationJobRequest - 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.AwsServiceExceptiondefault CancelWorldGenerationJobResponse cancelWorldGenerationJob(Consumer<CancelWorldGenerationJobRequest.Builder> cancelWorldGenerationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Cancels the specified world generator job.
This is a convenience which creates an instance of the CancelWorldGenerationJobRequest.Builder avoiding
the need to create one manually via CancelWorldGenerationJobRequest.builder()
cancelWorldGenerationJobRequest - A Consumer that will call methods on CancelWorldGenerationJobRequest.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.AwsServiceExceptiondefault CreateDeploymentJobResponse createDeploymentJob(CreateDeploymentJobRequest createDeploymentJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, ConcurrentDeploymentException, IdempotentParameterMismatchException, AwsServiceException, SdkClientException, RoboMakerException
Deploys a specific version of a robot application to robots in a fleet.
The robot application must have a numbered applicationVersion for consistency reasons. To create a
new version, use CreateRobotApplicationVersion or see Creating a Robot
Application Version.
After 90 days, deployment jobs expire and will be deleted. They will no longer be accessible.
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 - The failure percentage threshold percentage was met.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.AwsServiceExceptiondefault CreateDeploymentJobResponse createDeploymentJob(Consumer<CreateDeploymentJobRequest.Builder> createDeploymentJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, ConcurrentDeploymentException, IdempotentParameterMismatchException, AwsServiceException, SdkClientException, RoboMakerException
Deploys a specific version of a robot application to robots in a fleet.
The robot application must have a numbered applicationVersion for consistency reasons. To create a
new version, use CreateRobotApplicationVersion or see Creating a Robot
Application Version.
After 90 days, deployment jobs expire and will be deleted. They will no longer be accessible.
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 - The failure percentage threshold percentage was met.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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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 exists.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.AwsServiceExceptiondefault 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 exists.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.AwsServiceExceptiondefault 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 exists.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.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.AwsServiceExceptiondefault 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 exists.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.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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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 exists.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.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.AwsServiceExceptiondefault 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 exists.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.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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault CreateSimulationJobResponse createSimulationJob(CreateSimulationJobRequest createSimulationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, IdempotentParameterMismatchException, ServiceUnavailableException, AwsServiceException, SdkClientException, RoboMakerException
Creates a simulation job.
After 90 days, simulation jobs expire and will be deleted. They will no longer be accessible.
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.ServiceUnavailableException - The request has failed due to a temporary failure of the server.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.AwsServiceExceptiondefault CreateSimulationJobResponse createSimulationJob(Consumer<CreateSimulationJobRequest.Builder> createSimulationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, IdempotentParameterMismatchException, ServiceUnavailableException, AwsServiceException, SdkClientException, RoboMakerException
Creates a simulation job.
After 90 days, simulation jobs expire and will be deleted. They will no longer be accessible.
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.ServiceUnavailableException - The request has failed due to a temporary failure of the server.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.AwsServiceExceptiondefault CreateWorldExportJobResponse createWorldExportJob(CreateWorldExportJobRequest createWorldExportJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, IdempotentParameterMismatchException, ServiceUnavailableException, AwsServiceException, SdkClientException, RoboMakerException
Creates a world export job.
createWorldExportJobRequest - 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.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.ServiceUnavailableException - The request has failed due to a temporary failure of the server.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.AwsServiceExceptiondefault CreateWorldExportJobResponse createWorldExportJob(Consumer<CreateWorldExportJobRequest.Builder> createWorldExportJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, IdempotentParameterMismatchException, ServiceUnavailableException, AwsServiceException, SdkClientException, RoboMakerException
Creates a world export job.
This is a convenience which creates an instance of the CreateWorldExportJobRequest.Builder avoiding the
need to create one manually via CreateWorldExportJobRequest.builder()
createWorldExportJobRequest - A Consumer that will call methods on CreateWorldExportJobRequest.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.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.ServiceUnavailableException - The request has failed due to a temporary failure of the server.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.AwsServiceExceptiondefault CreateWorldGenerationJobResponse createWorldGenerationJob(CreateWorldGenerationJobRequest createWorldGenerationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, IdempotentParameterMismatchException, ServiceUnavailableException, AwsServiceException, SdkClientException, RoboMakerException
Creates worlds using the specified template.
createWorldGenerationJobRequest - 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.ServiceUnavailableException - The request has failed due to a temporary failure of the server.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.AwsServiceExceptiondefault CreateWorldGenerationJobResponse createWorldGenerationJob(Consumer<CreateWorldGenerationJobRequest.Builder> createWorldGenerationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, IdempotentParameterMismatchException, ServiceUnavailableException, AwsServiceException, SdkClientException, RoboMakerException
Creates worlds using the specified template.
This is a convenience which creates an instance of the CreateWorldGenerationJobRequest.Builder avoiding
the need to create one manually via CreateWorldGenerationJobRequest.builder()
createWorldGenerationJobRequest - A Consumer that will call methods on CreateWorldGenerationJobRequest.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.ServiceUnavailableException - The request has failed due to a temporary failure of the server.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.AwsServiceExceptiondefault CreateWorldTemplateResponse createWorldTemplate(CreateWorldTemplateRequest createWorldTemplateRequest) throws InvalidParameterException, ResourceAlreadyExistsException, ResourceNotFoundException, LimitExceededException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Creates a world template.
createWorldTemplateRequest - 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 exists.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.AwsServiceExceptiondefault CreateWorldTemplateResponse createWorldTemplate(Consumer<CreateWorldTemplateRequest.Builder> createWorldTemplateRequest) throws InvalidParameterException, ResourceAlreadyExistsException, ResourceNotFoundException, LimitExceededException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Creates a world template.
This is a convenience which creates an instance of the CreateWorldTemplateRequest.Builder avoiding the
need to create one manually via CreateWorldTemplateRequest.builder()
createWorldTemplateRequest - A Consumer that will call methods on CreateWorldTemplateRequest.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 exists.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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault DeleteWorldTemplateResponse deleteWorldTemplate(DeleteWorldTemplateRequest deleteWorldTemplateRequest) throws InvalidParameterException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Deletes a world template.
deleteWorldTemplateRequest - 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.AwsServiceExceptiondefault DeleteWorldTemplateResponse deleteWorldTemplate(Consumer<DeleteWorldTemplateRequest.Builder> deleteWorldTemplateRequest) throws InvalidParameterException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Deletes a world template.
This is a convenience which creates an instance of the DeleteWorldTemplateRequest.Builder avoiding the
need to create one manually via DeleteWorldTemplateRequest.builder()
deleteWorldTemplateRequest - A Consumer that will call methods on DeleteWorldTemplateRequest.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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault DescribeDeploymentJobResponse describeDeploymentJob(DescribeDeploymentJobRequest describeDeploymentJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Describes a deployment job.
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.AwsServiceExceptiondefault DescribeDeploymentJobResponse describeDeploymentJob(Consumer<DescribeDeploymentJobRequest.Builder> describeDeploymentJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Describes a deployment job.
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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault DescribeSimulationJobBatchResponse describeSimulationJobBatch(DescribeSimulationJobBatchRequest describeSimulationJobBatchRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Describes a simulation job batch.
describeSimulationJobBatchRequest - 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.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.AwsServiceExceptiondefault DescribeSimulationJobBatchResponse describeSimulationJobBatch(Consumer<DescribeSimulationJobBatchRequest.Builder> describeSimulationJobBatchRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Describes a simulation job batch.
This is a convenience which creates an instance of the DescribeSimulationJobBatchRequest.Builder avoiding
the need to create one manually via DescribeSimulationJobBatchRequest.builder()
describeSimulationJobBatchRequest - A Consumer that will call methods on DescribeSimulationJobBatchRequest.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.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.AwsServiceExceptiondefault DescribeWorldResponse describeWorld(DescribeWorldRequest describeWorldRequest) throws InvalidParameterException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Describes a world.
describeWorldRequest - 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.AwsServiceExceptiondefault DescribeWorldResponse describeWorld(Consumer<DescribeWorldRequest.Builder> describeWorldRequest) throws InvalidParameterException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Describes a world.
This is a convenience which creates an instance of the DescribeWorldRequest.Builder avoiding the need to
create one manually via DescribeWorldRequest.builder()
describeWorldRequest - A Consumer that will call methods on DescribeWorldRequest.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.AwsServiceExceptiondefault DescribeWorldExportJobResponse describeWorldExportJob(DescribeWorldExportJobRequest describeWorldExportJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Describes a world export job.
describeWorldExportJobRequest - 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.AwsServiceExceptiondefault DescribeWorldExportJobResponse describeWorldExportJob(Consumer<DescribeWorldExportJobRequest.Builder> describeWorldExportJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Describes a world export job.
This is a convenience which creates an instance of the DescribeWorldExportJobRequest.Builder avoiding the
need to create one manually via DescribeWorldExportJobRequest.builder()
describeWorldExportJobRequest - A Consumer that will call methods on DescribeWorldExportJobRequest.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.AwsServiceExceptiondefault DescribeWorldGenerationJobResponse describeWorldGenerationJob(DescribeWorldGenerationJobRequest describeWorldGenerationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Describes a world generation job.
describeWorldGenerationJobRequest - 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.AwsServiceExceptiondefault DescribeWorldGenerationJobResponse describeWorldGenerationJob(Consumer<DescribeWorldGenerationJobRequest.Builder> describeWorldGenerationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Describes a world generation job.
This is a convenience which creates an instance of the DescribeWorldGenerationJobRequest.Builder avoiding
the need to create one manually via DescribeWorldGenerationJobRequest.builder()
describeWorldGenerationJobRequest - A Consumer that will call methods on DescribeWorldGenerationJobRequest.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.AwsServiceExceptiondefault DescribeWorldTemplateResponse describeWorldTemplate(DescribeWorldTemplateRequest describeWorldTemplateRequest) throws InvalidParameterException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Describes a world template.
describeWorldTemplateRequest - 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.AwsServiceExceptiondefault DescribeWorldTemplateResponse describeWorldTemplate(Consumer<DescribeWorldTemplateRequest.Builder> describeWorldTemplateRequest) throws InvalidParameterException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Describes a world template.
This is a convenience which creates an instance of the DescribeWorldTemplateRequest.Builder avoiding the
need to create one manually via DescribeWorldTemplateRequest.builder()
describeWorldTemplateRequest - A Consumer that will call methods on DescribeWorldTemplateRequest.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.AwsServiceExceptiondefault GetWorldTemplateBodyResponse getWorldTemplateBody(GetWorldTemplateBodyRequest getWorldTemplateBodyRequest) throws InvalidParameterException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Gets the world template body.
getWorldTemplateBodyRequest - 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.AwsServiceExceptiondefault GetWorldTemplateBodyResponse getWorldTemplateBody(Consumer<GetWorldTemplateBodyRequest.Builder> getWorldTemplateBodyRequest) throws InvalidParameterException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Gets the world template body.
This is a convenience which creates an instance of the GetWorldTemplateBodyRequest.Builder avoiding the
need to create one manually via GetWorldTemplateBodyRequest.builder()
getWorldTemplateBodyRequest - A Consumer that will call methods on GetWorldTemplateBodyRequest.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.AwsServiceExceptiondefault 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.AwsServiceExceptionlistDeploymentJobs(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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault ListDeploymentJobsIterable listDeploymentJobsPaginator() 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 variant of
listDeploymentJobs(software.amazon.awssdk.services.robomaker.model.ListDeploymentJobsRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListDeploymentJobsIterable responses = client.listDeploymentJobsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListDeploymentJobsIterable responses = client
.listDeploymentJobsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListDeploymentJobsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListDeploymentJobsIterable responses = client.listDeploymentJobsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDeploymentJobs(software.amazon.awssdk.services.robomaker.model.ListDeploymentJobsRequest)
operation.
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.AwsServiceExceptionlistDeploymentJobsPaginator(ListDeploymentJobsRequest),
AWS
API Documentationdefault ListDeploymentJobsIterable listDeploymentJobsPaginator(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.
This is a variant of
listDeploymentJobs(software.amazon.awssdk.services.robomaker.model.ListDeploymentJobsRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListDeploymentJobsIterable responses = client.listDeploymentJobsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListDeploymentJobsIterable responses = client
.listDeploymentJobsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListDeploymentJobsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListDeploymentJobsIterable responses = client.listDeploymentJobsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDeploymentJobs(software.amazon.awssdk.services.robomaker.model.ListDeploymentJobsRequest)
operation.
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.AwsServiceExceptiondefault ListDeploymentJobsIterable listDeploymentJobsPaginator(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 variant of
listDeploymentJobs(software.amazon.awssdk.services.robomaker.model.ListDeploymentJobsRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListDeploymentJobsIterable responses = client.listDeploymentJobsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListDeploymentJobsIterable responses = client
.listDeploymentJobsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListDeploymentJobsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListDeploymentJobsIterable responses = client.listDeploymentJobsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDeploymentJobs(software.amazon.awssdk.services.robomaker.model.ListDeploymentJobsRequest)
operation.
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.AwsServiceExceptiondefault 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.AwsServiceExceptionlistFleets(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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault ListFleetsIterable listFleetsPaginator() 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 variant of listFleets(software.amazon.awssdk.services.robomaker.model.ListFleetsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListFleetsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listFleets(software.amazon.awssdk.services.robomaker.model.ListFleetsRequest) operation.
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.AwsServiceExceptionlistFleetsPaginator(ListFleetsRequest),
AWS API
Documentationdefault ListFleetsIterable listFleetsPaginator(ListFleetsRequest 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 variant of listFleets(software.amazon.awssdk.services.robomaker.model.ListFleetsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListFleetsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listFleets(software.amazon.awssdk.services.robomaker.model.ListFleetsRequest) operation.
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.AwsServiceExceptiondefault ListFleetsIterable listFleetsPaginator(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 variant of listFleets(software.amazon.awssdk.services.robomaker.model.ListFleetsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListFleetsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listFleets(software.amazon.awssdk.services.robomaker.model.ListFleetsRequest) operation.
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.AwsServiceExceptiondefault 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.AwsServiceExceptionlistRobotApplications(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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault ListRobotApplicationsIterable listRobotApplicationsPaginator() 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 variant of
listRobotApplications(software.amazon.awssdk.services.robomaker.model.ListRobotApplicationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListRobotApplicationsIterable responses = client.listRobotApplicationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListRobotApplicationsIterable responses = client
.listRobotApplicationsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListRobotApplicationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListRobotApplicationsIterable responses = client.listRobotApplicationsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRobotApplications(software.amazon.awssdk.services.robomaker.model.ListRobotApplicationsRequest)
operation.
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.AwsServiceExceptionlistRobotApplicationsPaginator(ListRobotApplicationsRequest),
AWS API Documentationdefault ListRobotApplicationsIterable listRobotApplicationsPaginator(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.
This is a variant of
listRobotApplications(software.amazon.awssdk.services.robomaker.model.ListRobotApplicationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListRobotApplicationsIterable responses = client.listRobotApplicationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListRobotApplicationsIterable responses = client
.listRobotApplicationsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListRobotApplicationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListRobotApplicationsIterable responses = client.listRobotApplicationsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRobotApplications(software.amazon.awssdk.services.robomaker.model.ListRobotApplicationsRequest)
operation.
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.AwsServiceExceptiondefault ListRobotApplicationsIterable listRobotApplicationsPaginator(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 variant of
listRobotApplications(software.amazon.awssdk.services.robomaker.model.ListRobotApplicationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListRobotApplicationsIterable responses = client.listRobotApplicationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListRobotApplicationsIterable responses = client
.listRobotApplicationsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListRobotApplicationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListRobotApplicationsIterable responses = client.listRobotApplicationsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRobotApplications(software.amazon.awssdk.services.robomaker.model.ListRobotApplicationsRequest)
operation.
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.AwsServiceExceptiondefault 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.AwsServiceExceptionlistRobots(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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault ListRobotsIterable listRobotsPaginator() 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 variant of listRobots(software.amazon.awssdk.services.robomaker.model.ListRobotsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListRobotsIterable responses = client.listRobotsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListRobotsIterable responses = client.listRobotsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListRobotsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListRobotsIterable responses = client.listRobotsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRobots(software.amazon.awssdk.services.robomaker.model.ListRobotsRequest) operation.
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.AwsServiceExceptionlistRobotsPaginator(ListRobotsRequest),
AWS API
Documentationdefault ListRobotsIterable listRobotsPaginator(ListRobotsRequest 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 variant of listRobots(software.amazon.awssdk.services.robomaker.model.ListRobotsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListRobotsIterable responses = client.listRobotsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListRobotsIterable responses = client.listRobotsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListRobotsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListRobotsIterable responses = client.listRobotsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRobots(software.amazon.awssdk.services.robomaker.model.ListRobotsRequest) operation.
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.AwsServiceExceptiondefault ListRobotsIterable listRobotsPaginator(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 variant of listRobots(software.amazon.awssdk.services.robomaker.model.ListRobotsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListRobotsIterable responses = client.listRobotsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListRobotsIterable responses = client.listRobotsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListRobotsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListRobotsIterable responses = client.listRobotsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRobots(software.amazon.awssdk.services.robomaker.model.ListRobotsRequest) operation.
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.AwsServiceExceptiondefault 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.AwsServiceExceptionlistSimulationApplications(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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault ListSimulationApplicationsIterable listSimulationApplicationsPaginator() 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 variant of
listSimulationApplications(software.amazon.awssdk.services.robomaker.model.ListSimulationApplicationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListSimulationApplicationsIterable responses = client.listSimulationApplicationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListSimulationApplicationsIterable responses = client
.listSimulationApplicationsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListSimulationApplicationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListSimulationApplicationsIterable responses = client.listSimulationApplicationsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSimulationApplications(software.amazon.awssdk.services.robomaker.model.ListSimulationApplicationsRequest)
operation.
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.AwsServiceExceptionlistSimulationApplicationsPaginator(ListSimulationApplicationsRequest),
AWS API Documentationdefault ListSimulationApplicationsIterable listSimulationApplicationsPaginator(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.
This is a variant of
listSimulationApplications(software.amazon.awssdk.services.robomaker.model.ListSimulationApplicationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListSimulationApplicationsIterable responses = client.listSimulationApplicationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListSimulationApplicationsIterable responses = client
.listSimulationApplicationsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListSimulationApplicationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListSimulationApplicationsIterable responses = client.listSimulationApplicationsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSimulationApplications(software.amazon.awssdk.services.robomaker.model.ListSimulationApplicationsRequest)
operation.
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.AwsServiceExceptiondefault ListSimulationApplicationsIterable listSimulationApplicationsPaginator(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 variant of
listSimulationApplications(software.amazon.awssdk.services.robomaker.model.ListSimulationApplicationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListSimulationApplicationsIterable responses = client.listSimulationApplicationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListSimulationApplicationsIterable responses = client
.listSimulationApplicationsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListSimulationApplicationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListSimulationApplicationsIterable responses = client.listSimulationApplicationsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSimulationApplications(software.amazon.awssdk.services.robomaker.model.ListSimulationApplicationsRequest)
operation.
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.AwsServiceExceptiondefault ListSimulationJobBatchesResponse listSimulationJobBatches(ListSimulationJobBatchesRequest listSimulationJobBatchesRequest) throws InvalidParameterException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Returns a list simulation job batches. You can optionally provide filters to retrieve specific simulation batch jobs.
listSimulationJobBatchesRequest - 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.AwsServiceExceptiondefault ListSimulationJobBatchesResponse listSimulationJobBatches(Consumer<ListSimulationJobBatchesRequest.Builder> listSimulationJobBatchesRequest) throws InvalidParameterException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Returns a list simulation job batches. You can optionally provide filters to retrieve specific simulation batch jobs.
This is a convenience which creates an instance of the ListSimulationJobBatchesRequest.Builder avoiding
the need to create one manually via ListSimulationJobBatchesRequest.builder()
listSimulationJobBatchesRequest - A Consumer that will call methods on ListSimulationJobBatchesRequest.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.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.AwsServiceExceptiondefault ListSimulationJobBatchesIterable listSimulationJobBatchesPaginator(ListSimulationJobBatchesRequest listSimulationJobBatchesRequest) throws InvalidParameterException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Returns a list simulation job batches. You can optionally provide filters to retrieve specific simulation batch jobs.
This is a variant of
listSimulationJobBatches(software.amazon.awssdk.services.robomaker.model.ListSimulationJobBatchesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListSimulationJobBatchesIterable responses = client.listSimulationJobBatchesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListSimulationJobBatchesIterable responses = client
.listSimulationJobBatchesPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListSimulationJobBatchesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListSimulationJobBatchesIterable responses = client.listSimulationJobBatchesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSimulationJobBatches(software.amazon.awssdk.services.robomaker.model.ListSimulationJobBatchesRequest)
operation.
listSimulationJobBatchesRequest - 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.AwsServiceExceptiondefault ListSimulationJobBatchesIterable listSimulationJobBatchesPaginator(Consumer<ListSimulationJobBatchesRequest.Builder> listSimulationJobBatchesRequest) throws InvalidParameterException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Returns a list simulation job batches. You can optionally provide filters to retrieve specific simulation batch jobs.
This is a variant of
listSimulationJobBatches(software.amazon.awssdk.services.robomaker.model.ListSimulationJobBatchesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListSimulationJobBatchesIterable responses = client.listSimulationJobBatchesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListSimulationJobBatchesIterable responses = client
.listSimulationJobBatchesPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListSimulationJobBatchesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListSimulationJobBatchesIterable responses = client.listSimulationJobBatchesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSimulationJobBatches(software.amazon.awssdk.services.robomaker.model.ListSimulationJobBatchesRequest)
operation.
This is a convenience which creates an instance of the ListSimulationJobBatchesRequest.Builder avoiding
the need to create one manually via ListSimulationJobBatchesRequest.builder()
listSimulationJobBatchesRequest - A Consumer that will call methods on ListSimulationJobBatchesRequest.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.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.AwsServiceExceptiondefault 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.AwsServiceExceptionlistSimulationJobs(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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault ListSimulationJobsIterable listSimulationJobsPaginator() 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 variant of
listSimulationJobs(software.amazon.awssdk.services.robomaker.model.ListSimulationJobsRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListSimulationJobsIterable responses = client.listSimulationJobsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListSimulationJobsIterable responses = client
.listSimulationJobsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListSimulationJobsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListSimulationJobsIterable responses = client.listSimulationJobsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSimulationJobs(software.amazon.awssdk.services.robomaker.model.ListSimulationJobsRequest)
operation.
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.AwsServiceExceptionlistSimulationJobsPaginator(ListSimulationJobsRequest),
AWS
API Documentationdefault ListSimulationJobsIterable listSimulationJobsPaginator(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.
This is a variant of
listSimulationJobs(software.amazon.awssdk.services.robomaker.model.ListSimulationJobsRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListSimulationJobsIterable responses = client.listSimulationJobsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListSimulationJobsIterable responses = client
.listSimulationJobsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListSimulationJobsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListSimulationJobsIterable responses = client.listSimulationJobsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSimulationJobs(software.amazon.awssdk.services.robomaker.model.ListSimulationJobsRequest)
operation.
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.AwsServiceExceptiondefault ListSimulationJobsIterable listSimulationJobsPaginator(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 variant of
listSimulationJobs(software.amazon.awssdk.services.robomaker.model.ListSimulationJobsRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListSimulationJobsIterable responses = client.listSimulationJobsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListSimulationJobsIterable responses = client
.listSimulationJobsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListSimulationJobsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListSimulationJobsIterable responses = client.listSimulationJobsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSimulationJobs(software.amazon.awssdk.services.robomaker.model.ListSimulationJobsRequest)
operation.
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.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws InternalServerException, ResourceNotFoundException, InvalidParameterException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Lists all tags on a AWS RoboMaker resource.
listTagsForResourceRequest - InternalServerException - AWS RoboMaker experienced a service issue. Try your call again.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.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.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws InternalServerException, ResourceNotFoundException, InvalidParameterException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Lists all tags on a AWS RoboMaker resource.
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest - A Consumer that will call methods on ListTagsForResourceRequest.Builder to create a
request.InternalServerException - AWS RoboMaker experienced a service issue. Try your call again.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.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.AwsServiceExceptiondefault ListWorldExportJobsResponse listWorldExportJobs(ListWorldExportJobsRequest listWorldExportJobsRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Lists world export jobs.
listWorldExportJobsRequest - 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.AwsServiceExceptiondefault ListWorldExportJobsResponse listWorldExportJobs(Consumer<ListWorldExportJobsRequest.Builder> listWorldExportJobsRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Lists world export jobs.
This is a convenience which creates an instance of the ListWorldExportJobsRequest.Builder avoiding the
need to create one manually via ListWorldExportJobsRequest.builder()
listWorldExportJobsRequest - A Consumer that will call methods on ListWorldExportJobsRequest.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.AwsServiceExceptiondefault ListWorldExportJobsIterable listWorldExportJobsPaginator(ListWorldExportJobsRequest listWorldExportJobsRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Lists world export jobs.
This is a variant of
listWorldExportJobs(software.amazon.awssdk.services.robomaker.model.ListWorldExportJobsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListWorldExportJobsIterable responses = client.listWorldExportJobsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListWorldExportJobsIterable responses = client
.listWorldExportJobsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListWorldExportJobsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListWorldExportJobsIterable responses = client.listWorldExportJobsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWorldExportJobs(software.amazon.awssdk.services.robomaker.model.ListWorldExportJobsRequest)
operation.
listWorldExportJobsRequest - 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.AwsServiceExceptiondefault ListWorldExportJobsIterable listWorldExportJobsPaginator(Consumer<ListWorldExportJobsRequest.Builder> listWorldExportJobsRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Lists world export jobs.
This is a variant of
listWorldExportJobs(software.amazon.awssdk.services.robomaker.model.ListWorldExportJobsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListWorldExportJobsIterable responses = client.listWorldExportJobsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListWorldExportJobsIterable responses = client
.listWorldExportJobsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListWorldExportJobsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListWorldExportJobsIterable responses = client.listWorldExportJobsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWorldExportJobs(software.amazon.awssdk.services.robomaker.model.ListWorldExportJobsRequest)
operation.
This is a convenience which creates an instance of the ListWorldExportJobsRequest.Builder avoiding the
need to create one manually via ListWorldExportJobsRequest.builder()
listWorldExportJobsRequest - A Consumer that will call methods on ListWorldExportJobsRequest.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.AwsServiceExceptiondefault ListWorldGenerationJobsResponse listWorldGenerationJobs(ListWorldGenerationJobsRequest listWorldGenerationJobsRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Lists world generator jobs.
listWorldGenerationJobsRequest - 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.AwsServiceExceptiondefault ListWorldGenerationJobsResponse listWorldGenerationJobs(Consumer<ListWorldGenerationJobsRequest.Builder> listWorldGenerationJobsRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Lists world generator jobs.
This is a convenience which creates an instance of the ListWorldGenerationJobsRequest.Builder avoiding
the need to create one manually via ListWorldGenerationJobsRequest.builder()
listWorldGenerationJobsRequest - A Consumer that will call methods on ListWorldGenerationJobsRequest.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.AwsServiceExceptiondefault ListWorldGenerationJobsIterable listWorldGenerationJobsPaginator(ListWorldGenerationJobsRequest listWorldGenerationJobsRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Lists world generator jobs.
This is a variant of
listWorldGenerationJobs(software.amazon.awssdk.services.robomaker.model.ListWorldGenerationJobsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListWorldGenerationJobsIterable responses = client.listWorldGenerationJobsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListWorldGenerationJobsIterable responses = client
.listWorldGenerationJobsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListWorldGenerationJobsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListWorldGenerationJobsIterable responses = client.listWorldGenerationJobsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWorldGenerationJobs(software.amazon.awssdk.services.robomaker.model.ListWorldGenerationJobsRequest)
operation.
listWorldGenerationJobsRequest - 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.AwsServiceExceptiondefault ListWorldGenerationJobsIterable listWorldGenerationJobsPaginator(Consumer<ListWorldGenerationJobsRequest.Builder> listWorldGenerationJobsRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Lists world generator jobs.
This is a variant of
listWorldGenerationJobs(software.amazon.awssdk.services.robomaker.model.ListWorldGenerationJobsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListWorldGenerationJobsIterable responses = client.listWorldGenerationJobsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListWorldGenerationJobsIterable responses = client
.listWorldGenerationJobsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListWorldGenerationJobsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListWorldGenerationJobsIterable responses = client.listWorldGenerationJobsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWorldGenerationJobs(software.amazon.awssdk.services.robomaker.model.ListWorldGenerationJobsRequest)
operation.
This is a convenience which creates an instance of the ListWorldGenerationJobsRequest.Builder avoiding
the need to create one manually via ListWorldGenerationJobsRequest.builder()
listWorldGenerationJobsRequest - A Consumer that will call methods on ListWorldGenerationJobsRequest.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.AwsServiceExceptiondefault ListWorldTemplatesResponse listWorldTemplates(ListWorldTemplatesRequest listWorldTemplatesRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Lists world templates.
listWorldTemplatesRequest - 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.AwsServiceExceptiondefault ListWorldTemplatesResponse listWorldTemplates(Consumer<ListWorldTemplatesRequest.Builder> listWorldTemplatesRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Lists world templates.
This is a convenience which creates an instance of the ListWorldTemplatesRequest.Builder avoiding the
need to create one manually via ListWorldTemplatesRequest.builder()
listWorldTemplatesRequest - A Consumer that will call methods on ListWorldTemplatesRequest.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.AwsServiceExceptiondefault ListWorldTemplatesIterable listWorldTemplatesPaginator(ListWorldTemplatesRequest listWorldTemplatesRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Lists world templates.
This is a variant of
listWorldTemplates(software.amazon.awssdk.services.robomaker.model.ListWorldTemplatesRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListWorldTemplatesIterable responses = client.listWorldTemplatesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListWorldTemplatesIterable responses = client
.listWorldTemplatesPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListWorldTemplatesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListWorldTemplatesIterable responses = client.listWorldTemplatesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWorldTemplates(software.amazon.awssdk.services.robomaker.model.ListWorldTemplatesRequest)
operation.
listWorldTemplatesRequest - 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.AwsServiceExceptiondefault ListWorldTemplatesIterable listWorldTemplatesPaginator(Consumer<ListWorldTemplatesRequest.Builder> listWorldTemplatesRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Lists world templates.
This is a variant of
listWorldTemplates(software.amazon.awssdk.services.robomaker.model.ListWorldTemplatesRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListWorldTemplatesIterable responses = client.listWorldTemplatesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListWorldTemplatesIterable responses = client
.listWorldTemplatesPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListWorldTemplatesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListWorldTemplatesIterable responses = client.listWorldTemplatesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWorldTemplates(software.amazon.awssdk.services.robomaker.model.ListWorldTemplatesRequest)
operation.
This is a convenience which creates an instance of the ListWorldTemplatesRequest.Builder avoiding the
need to create one manually via ListWorldTemplatesRequest.builder()
listWorldTemplatesRequest - A Consumer that will call methods on ListWorldTemplatesRequest.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.AwsServiceExceptiondefault ListWorldsResponse listWorlds(ListWorldsRequest listWorldsRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Lists worlds.
listWorldsRequest - 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.AwsServiceExceptiondefault ListWorldsResponse listWorlds(Consumer<ListWorldsRequest.Builder> listWorldsRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Lists worlds.
This is a convenience which creates an instance of the ListWorldsRequest.Builder avoiding the need to
create one manually via ListWorldsRequest.builder()
listWorldsRequest - A Consumer that will call methods on ListWorldsRequest.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.AwsServiceExceptiondefault ListWorldsIterable listWorldsPaginator(ListWorldsRequest listWorldsRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Lists worlds.
This is a variant of listWorlds(software.amazon.awssdk.services.robomaker.model.ListWorldsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListWorldsIterable responses = client.listWorldsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListWorldsIterable responses = client.listWorldsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListWorldsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListWorldsIterable responses = client.listWorldsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWorlds(software.amazon.awssdk.services.robomaker.model.ListWorldsRequest) operation.
listWorldsRequest - 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.AwsServiceExceptiondefault ListWorldsIterable listWorldsPaginator(Consumer<ListWorldsRequest.Builder> listWorldsRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Lists worlds.
This is a variant of listWorlds(software.amazon.awssdk.services.robomaker.model.ListWorldsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.robomaker.paginators.ListWorldsIterable responses = client.listWorldsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.robomaker.paginators.ListWorldsIterable responses = client.listWorldsPaginator(request);
for (software.amazon.awssdk.services.robomaker.model.ListWorldsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.robomaker.paginators.ListWorldsIterable responses = client.listWorldsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWorlds(software.amazon.awssdk.services.robomaker.model.ListWorldsRequest) operation.
This is a convenience which creates an instance of the ListWorldsRequest.Builder avoiding the need to
create one manually via ListWorldsRequest.builder()
listWorldsRequest - A Consumer that will call methods on ListWorldsRequest.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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault StartSimulationJobBatchResponse startSimulationJobBatch(StartSimulationJobBatchRequest startSimulationJobBatchRequest) throws InvalidParameterException, LimitExceededException, ThrottlingException, IdempotentParameterMismatchException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Starts a new simulation job batch. The batch is defined using one or more SimulationJobRequest
objects.
startSimulationJobBatchRequest - 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.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.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.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.AwsServiceExceptiondefault StartSimulationJobBatchResponse startSimulationJobBatch(Consumer<StartSimulationJobBatchRequest.Builder> startSimulationJobBatchRequest) throws InvalidParameterException, LimitExceededException, ThrottlingException, IdempotentParameterMismatchException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Starts a new simulation job batch. The batch is defined using one or more SimulationJobRequest
objects.
This is a convenience which creates an instance of the StartSimulationJobBatchRequest.Builder avoiding
the need to create one manually via StartSimulationJobBatchRequest.builder()
startSimulationJobBatchRequest - A Consumer that will call methods on StartSimulationJobBatchRequest.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.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.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.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.AwsServiceExceptiondefault 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 - The failure percentage threshold percentage was met.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.AwsServiceExceptiondefault 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 - The failure percentage threshold percentage was met.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.AwsServiceExceptiondefault TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws InternalServerException, ResourceNotFoundException, InvalidParameterException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Adds or edits tags for a AWS RoboMaker resource.
Each tag consists of a tag key and a tag value. Tag keys and tag values are both required, but tag values can be empty strings.
For information about the rules that apply to tag keys and tag values, see User-Defined Tag Restrictions in the AWS Billing and Cost Management User Guide.
tagResourceRequest - InternalServerException - AWS RoboMaker experienced a service issue. Try your call again.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.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.AwsServiceExceptiondefault TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws InternalServerException, ResourceNotFoundException, InvalidParameterException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Adds or edits tags for a AWS RoboMaker resource.
Each tag consists of a tag key and a tag value. Tag keys and tag values are both required, but tag values can be empty strings.
For information about the rules that apply to tag keys and tag values, see User-Defined Tag Restrictions in the AWS Billing and Cost Management User Guide.
This is a convenience which creates an instance of the TagResourceRequest.Builder avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest - A Consumer that will call methods on TagResourceRequest.Builder to create a request.InternalServerException - AWS RoboMaker experienced a service issue. Try your call again.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.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.AwsServiceExceptiondefault UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws InternalServerException, ResourceNotFoundException, InvalidParameterException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Removes the specified tags from the specified AWS RoboMaker resource.
To remove a tag, specify the tag key. To change the tag value of an existing tag key, use TagResource .
untagResourceRequest - InternalServerException - AWS RoboMaker experienced a service issue. Try your call again.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.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.AwsServiceExceptiondefault UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws InternalServerException, ResourceNotFoundException, InvalidParameterException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException
Removes the specified tags from the specified AWS RoboMaker resource.
To remove a tag, specify the tag key. To change the tag value of an existing tag key, use TagResource .
This is a convenience which creates an instance of the UntagResourceRequest.Builder avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest - A Consumer that will call methods on UntagResourceRequest.Builder to create a request.InternalServerException - AWS RoboMaker experienced a service issue. Try your call again.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.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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault 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.AwsServiceExceptiondefault UpdateWorldTemplateResponse updateWorldTemplate(UpdateWorldTemplateRequest updateWorldTemplateRequest) throws InvalidParameterException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Updates a world template.
updateWorldTemplateRequest - 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.AwsServiceExceptiondefault UpdateWorldTemplateResponse updateWorldTemplate(Consumer<UpdateWorldTemplateRequest.Builder> updateWorldTemplateRequest) throws InvalidParameterException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException
Updates a world template.
This is a convenience which creates an instance of the UpdateWorldTemplateRequest.Builder avoiding the
need to create one manually via UpdateWorldTemplateRequest.builder()
updateWorldTemplateRequest - A Consumer that will call methods on UpdateWorldTemplateRequest.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.AwsServiceExceptionstatic ServiceMetadata serviceMetadata()
Copyright © 2020. All rights reserved.