Interface RoboMakerClient
- All Superinterfaces:
AutoCloseable,AwsClient,SdkAutoCloseable,SdkClient
builder() method.
This section provides documentation for the AWS RoboMaker API operations.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringValue for looking up the service's metadata from theServiceMetadataProvider.static final String -
Method Summary
Modifier and TypeMethodDescriptiondefault BatchDeleteWorldsResponsebatchDeleteWorlds(Consumer<BatchDeleteWorldsRequest.Builder> batchDeleteWorldsRequest) Deletes one or more worlds in a batch operation.default BatchDeleteWorldsResponsebatchDeleteWorlds(BatchDeleteWorldsRequest batchDeleteWorldsRequest) Deletes one or more worlds in a batch operation.batchDescribeSimulationJob(Consumer<BatchDescribeSimulationJobRequest.Builder> batchDescribeSimulationJobRequest) Describes one or more simulation jobs.batchDescribeSimulationJob(BatchDescribeSimulationJobRequest batchDescribeSimulationJobRequest) Describes one or more simulation jobs.static RoboMakerClientBuilderbuilder()Create a builder that can be used to configure and create aRoboMakerClient.default CancelDeploymentJobResponsecancelDeploymentJob(Consumer<CancelDeploymentJobRequest.Builder> cancelDeploymentJobRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default CancelDeploymentJobResponsecancelDeploymentJob(CancelDeploymentJobRequest cancelDeploymentJobRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default CancelSimulationJobResponsecancelSimulationJob(Consumer<CancelSimulationJobRequest.Builder> cancelSimulationJobRequest) Cancels the specified simulation job.default CancelSimulationJobResponsecancelSimulationJob(CancelSimulationJobRequest cancelSimulationJobRequest) Cancels the specified simulation job.default CancelSimulationJobBatchResponsecancelSimulationJobBatch(Consumer<CancelSimulationJobBatchRequest.Builder> cancelSimulationJobBatchRequest) Cancels a simulation job batch.default CancelSimulationJobBatchResponsecancelSimulationJobBatch(CancelSimulationJobBatchRequest cancelSimulationJobBatchRequest) Cancels a simulation job batch.default CancelWorldExportJobResponsecancelWorldExportJob(Consumer<CancelWorldExportJobRequest.Builder> cancelWorldExportJobRequest) Cancels the specified export job.default CancelWorldExportJobResponsecancelWorldExportJob(CancelWorldExportJobRequest cancelWorldExportJobRequest) Cancels the specified export job.default CancelWorldGenerationJobResponsecancelWorldGenerationJob(Consumer<CancelWorldGenerationJobRequest.Builder> cancelWorldGenerationJobRequest) Cancels the specified world generator job.default CancelWorldGenerationJobResponsecancelWorldGenerationJob(CancelWorldGenerationJobRequest cancelWorldGenerationJobRequest) Cancels the specified world generator job.static RoboMakerClientcreate()Create aRoboMakerClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.default CreateDeploymentJobResponsecreateDeploymentJob(Consumer<CreateDeploymentJobRequest.Builder> createDeploymentJobRequest) Deprecated.AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended.default CreateDeploymentJobResponsecreateDeploymentJob(CreateDeploymentJobRequest createDeploymentJobRequest) Deprecated.AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended.default CreateFleetResponsecreateFleet(Consumer<CreateFleetRequest.Builder> createFleetRequest) Deprecated.AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended.default CreateFleetResponsecreateFleet(CreateFleetRequest createFleetRequest) Deprecated.AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended.default CreateRobotResponsecreateRobot(Consumer<CreateRobotRequest.Builder> createRobotRequest) Deprecated.AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended.default CreateRobotResponsecreateRobot(CreateRobotRequest createRobotRequest) Deprecated.AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended.default CreateRobotApplicationResponsecreateRobotApplication(Consumer<CreateRobotApplicationRequest.Builder> createRobotApplicationRequest) Creates a robot application.default CreateRobotApplicationResponsecreateRobotApplication(CreateRobotApplicationRequest createRobotApplicationRequest) Creates a robot application.createRobotApplicationVersion(Consumer<CreateRobotApplicationVersionRequest.Builder> createRobotApplicationVersionRequest) Creates a version of a robot application.createRobotApplicationVersion(CreateRobotApplicationVersionRequest createRobotApplicationVersionRequest) Creates a version of a robot application.createSimulationApplication(Consumer<CreateSimulationApplicationRequest.Builder> createSimulationApplicationRequest) Creates a simulation application.createSimulationApplication(CreateSimulationApplicationRequest createSimulationApplicationRequest) Creates a simulation application.createSimulationApplicationVersion(Consumer<CreateSimulationApplicationVersionRequest.Builder> createSimulationApplicationVersionRequest) Creates a simulation application with a specific revision id.createSimulationApplicationVersion(CreateSimulationApplicationVersionRequest createSimulationApplicationVersionRequest) Creates a simulation application with a specific revision id.default CreateSimulationJobResponsecreateSimulationJob(Consumer<CreateSimulationJobRequest.Builder> createSimulationJobRequest) Creates a simulation job.default CreateSimulationJobResponsecreateSimulationJob(CreateSimulationJobRequest createSimulationJobRequest) Creates a simulation job.default CreateWorldExportJobResponsecreateWorldExportJob(Consumer<CreateWorldExportJobRequest.Builder> createWorldExportJobRequest) Creates a world export job.default CreateWorldExportJobResponsecreateWorldExportJob(CreateWorldExportJobRequest createWorldExportJobRequest) Creates a world export job.default CreateWorldGenerationJobResponsecreateWorldGenerationJob(Consumer<CreateWorldGenerationJobRequest.Builder> createWorldGenerationJobRequest) Creates worlds using the specified template.default CreateWorldGenerationJobResponsecreateWorldGenerationJob(CreateWorldGenerationJobRequest createWorldGenerationJobRequest) Creates worlds using the specified template.default CreateWorldTemplateResponsecreateWorldTemplate(Consumer<CreateWorldTemplateRequest.Builder> createWorldTemplateRequest) Creates a world template.default CreateWorldTemplateResponsecreateWorldTemplate(CreateWorldTemplateRequest createWorldTemplateRequest) Creates a world template.default DeleteFleetResponsedeleteFleet(Consumer<DeleteFleetRequest.Builder> deleteFleetRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default DeleteFleetResponsedeleteFleet(DeleteFleetRequest deleteFleetRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default DeleteRobotResponsedeleteRobot(Consumer<DeleteRobotRequest.Builder> deleteRobotRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default DeleteRobotResponsedeleteRobot(DeleteRobotRequest deleteRobotRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default DeleteRobotApplicationResponsedeleteRobotApplication(Consumer<DeleteRobotApplicationRequest.Builder> deleteRobotApplicationRequest) Deletes a robot application.default DeleteRobotApplicationResponsedeleteRobotApplication(DeleteRobotApplicationRequest deleteRobotApplicationRequest) Deletes a robot application.deleteSimulationApplication(Consumer<DeleteSimulationApplicationRequest.Builder> deleteSimulationApplicationRequest) Deletes a simulation application.deleteSimulationApplication(DeleteSimulationApplicationRequest deleteSimulationApplicationRequest) Deletes a simulation application.default DeleteWorldTemplateResponsedeleteWorldTemplate(Consumer<DeleteWorldTemplateRequest.Builder> deleteWorldTemplateRequest) Deletes a world template.default DeleteWorldTemplateResponsedeleteWorldTemplate(DeleteWorldTemplateRequest deleteWorldTemplateRequest) Deletes a world template.default DeregisterRobotResponsederegisterRobot(Consumer<DeregisterRobotRequest.Builder> deregisterRobotRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default DeregisterRobotResponsederegisterRobot(DeregisterRobotRequest deregisterRobotRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default DescribeDeploymentJobResponsedescribeDeploymentJob(Consumer<DescribeDeploymentJobRequest.Builder> describeDeploymentJobRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default DescribeDeploymentJobResponsedescribeDeploymentJob(DescribeDeploymentJobRequest describeDeploymentJobRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default DescribeFleetResponsedescribeFleet(Consumer<DescribeFleetRequest.Builder> describeFleetRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default DescribeFleetResponsedescribeFleet(DescribeFleetRequest describeFleetRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default DescribeRobotResponsedescribeRobot(Consumer<DescribeRobotRequest.Builder> describeRobotRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default DescribeRobotResponsedescribeRobot(DescribeRobotRequest describeRobotRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default DescribeRobotApplicationResponsedescribeRobotApplication(Consumer<DescribeRobotApplicationRequest.Builder> describeRobotApplicationRequest) Describes a robot application.default DescribeRobotApplicationResponsedescribeRobotApplication(DescribeRobotApplicationRequest describeRobotApplicationRequest) Describes a robot application.describeSimulationApplication(Consumer<DescribeSimulationApplicationRequest.Builder> describeSimulationApplicationRequest) Describes a simulation application.describeSimulationApplication(DescribeSimulationApplicationRequest describeSimulationApplicationRequest) Describes a simulation application.default DescribeSimulationJobResponsedescribeSimulationJob(Consumer<DescribeSimulationJobRequest.Builder> describeSimulationJobRequest) Describes a simulation job.default DescribeSimulationJobResponsedescribeSimulationJob(DescribeSimulationJobRequest describeSimulationJobRequest) Describes a simulation job.describeSimulationJobBatch(Consumer<DescribeSimulationJobBatchRequest.Builder> describeSimulationJobBatchRequest) Describes a simulation job batch.describeSimulationJobBatch(DescribeSimulationJobBatchRequest describeSimulationJobBatchRequest) Describes a simulation job batch.default DescribeWorldResponsedescribeWorld(Consumer<DescribeWorldRequest.Builder> describeWorldRequest) Describes a world.default DescribeWorldResponsedescribeWorld(DescribeWorldRequest describeWorldRequest) Describes a world.default DescribeWorldExportJobResponsedescribeWorldExportJob(Consumer<DescribeWorldExportJobRequest.Builder> describeWorldExportJobRequest) Describes a world export job.default DescribeWorldExportJobResponsedescribeWorldExportJob(DescribeWorldExportJobRequest describeWorldExportJobRequest) Describes a world export job.describeWorldGenerationJob(Consumer<DescribeWorldGenerationJobRequest.Builder> describeWorldGenerationJobRequest) Describes a world generation job.describeWorldGenerationJob(DescribeWorldGenerationJobRequest describeWorldGenerationJobRequest) Describes a world generation job.default DescribeWorldTemplateResponsedescribeWorldTemplate(Consumer<DescribeWorldTemplateRequest.Builder> describeWorldTemplateRequest) Describes a world template.default DescribeWorldTemplateResponsedescribeWorldTemplate(DescribeWorldTemplateRequest describeWorldTemplateRequest) Describes a world template.default GetWorldTemplateBodyResponsegetWorldTemplateBody(Consumer<GetWorldTemplateBodyRequest.Builder> getWorldTemplateBodyRequest) Gets the world template body.default GetWorldTemplateBodyResponsegetWorldTemplateBody(GetWorldTemplateBodyRequest getWorldTemplateBodyRequest) Gets the world template body.default ListDeploymentJobsResponseDeprecated.Support for the AWS RoboMaker application deployment feature has ended.default ListDeploymentJobsResponselistDeploymentJobs(Consumer<ListDeploymentJobsRequest.Builder> listDeploymentJobsRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default ListDeploymentJobsResponselistDeploymentJobs(ListDeploymentJobsRequest listDeploymentJobsRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default ListDeploymentJobsIterableDeprecated.Support for the AWS RoboMaker application deployment feature has ended.default ListDeploymentJobsIterablelistDeploymentJobsPaginator(Consumer<ListDeploymentJobsRequest.Builder> listDeploymentJobsRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default ListDeploymentJobsIterablelistDeploymentJobsPaginator(ListDeploymentJobsRequest listDeploymentJobsRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default ListFleetsResponseDeprecated.Support for the AWS RoboMaker application deployment feature has ended.default ListFleetsResponselistFleets(Consumer<ListFleetsRequest.Builder> listFleetsRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default ListFleetsResponselistFleets(ListFleetsRequest listFleetsRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default ListFleetsIterableDeprecated.Support for the AWS RoboMaker application deployment feature has ended.default ListFleetsIterablelistFleetsPaginator(Consumer<ListFleetsRequest.Builder> listFleetsRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default ListFleetsIterablelistFleetsPaginator(ListFleetsRequest listFleetsRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default ListRobotApplicationsResponseReturns a list of robot application.default ListRobotApplicationsResponselistRobotApplications(Consumer<ListRobotApplicationsRequest.Builder> listRobotApplicationsRequest) Returns a list of robot application.default ListRobotApplicationsResponselistRobotApplications(ListRobotApplicationsRequest listRobotApplicationsRequest) Returns a list of robot application.default ListRobotApplicationsIterableReturns a list of robot application.default ListRobotApplicationsIterablelistRobotApplicationsPaginator(Consumer<ListRobotApplicationsRequest.Builder> listRobotApplicationsRequest) Returns a list of robot application.default ListRobotApplicationsIterablelistRobotApplicationsPaginator(ListRobotApplicationsRequest listRobotApplicationsRequest) Returns a list of robot application.default ListRobotsResponseDeprecated.Support for the AWS RoboMaker application deployment feature has ended.default ListRobotsResponselistRobots(Consumer<ListRobotsRequest.Builder> listRobotsRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default ListRobotsResponselistRobots(ListRobotsRequest listRobotsRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default ListRobotsIterableDeprecated.Support for the AWS RoboMaker application deployment feature has ended.default ListRobotsIterablelistRobotsPaginator(Consumer<ListRobotsRequest.Builder> listRobotsRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default ListRobotsIterablelistRobotsPaginator(ListRobotsRequest listRobotsRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.Returns a list of simulation applications.listSimulationApplications(Consumer<ListSimulationApplicationsRequest.Builder> listSimulationApplicationsRequest) Returns a list of simulation applications.listSimulationApplications(ListSimulationApplicationsRequest listSimulationApplicationsRequest) Returns a list of simulation applications.Returns a list of simulation applications.listSimulationApplicationsPaginator(Consumer<ListSimulationApplicationsRequest.Builder> listSimulationApplicationsRequest) Returns a list of simulation applications.listSimulationApplicationsPaginator(ListSimulationApplicationsRequest listSimulationApplicationsRequest) Returns a list of simulation applications.default ListSimulationJobBatchesResponselistSimulationJobBatches(Consumer<ListSimulationJobBatchesRequest.Builder> listSimulationJobBatchesRequest) Returns a list simulation job batches.default ListSimulationJobBatchesResponselistSimulationJobBatches(ListSimulationJobBatchesRequest listSimulationJobBatchesRequest) Returns a list simulation job batches.default ListSimulationJobBatchesIterablelistSimulationJobBatchesPaginator(Consumer<ListSimulationJobBatchesRequest.Builder> listSimulationJobBatchesRequest) Returns a list simulation job batches.default ListSimulationJobBatchesIterablelistSimulationJobBatchesPaginator(ListSimulationJobBatchesRequest listSimulationJobBatchesRequest) Returns a list simulation job batches.default ListSimulationJobsResponseReturns a list of simulation jobs.default ListSimulationJobsResponselistSimulationJobs(Consumer<ListSimulationJobsRequest.Builder> listSimulationJobsRequest) Returns a list of simulation jobs.default ListSimulationJobsResponselistSimulationJobs(ListSimulationJobsRequest listSimulationJobsRequest) Returns a list of simulation jobs.default ListSimulationJobsIterableReturns a list of simulation jobs.default ListSimulationJobsIterablelistSimulationJobsPaginator(Consumer<ListSimulationJobsRequest.Builder> listSimulationJobsRequest) Returns a list of simulation jobs.default ListSimulationJobsIterablelistSimulationJobsPaginator(ListSimulationJobsRequest listSimulationJobsRequest) Returns a list of simulation jobs.default ListTagsForResourceResponselistTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Lists all tags on a AWS RoboMaker resource.default ListTagsForResourceResponselistTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) Lists all tags on a AWS RoboMaker resource.default ListWorldExportJobsResponselistWorldExportJobs(Consumer<ListWorldExportJobsRequest.Builder> listWorldExportJobsRequest) Lists world export jobs.default ListWorldExportJobsResponselistWorldExportJobs(ListWorldExportJobsRequest listWorldExportJobsRequest) Lists world export jobs.default ListWorldExportJobsIterablelistWorldExportJobsPaginator(Consumer<ListWorldExportJobsRequest.Builder> listWorldExportJobsRequest) Lists world export jobs.default ListWorldExportJobsIterablelistWorldExportJobsPaginator(ListWorldExportJobsRequest listWorldExportJobsRequest) Lists world export jobs.default ListWorldGenerationJobsResponselistWorldGenerationJobs(Consumer<ListWorldGenerationJobsRequest.Builder> listWorldGenerationJobsRequest) Lists world generator jobs.default ListWorldGenerationJobsResponselistWorldGenerationJobs(ListWorldGenerationJobsRequest listWorldGenerationJobsRequest) Lists world generator jobs.default ListWorldGenerationJobsIterablelistWorldGenerationJobsPaginator(Consumer<ListWorldGenerationJobsRequest.Builder> listWorldGenerationJobsRequest) Lists world generator jobs.default ListWorldGenerationJobsIterablelistWorldGenerationJobsPaginator(ListWorldGenerationJobsRequest listWorldGenerationJobsRequest) Lists world generator jobs.default ListWorldsResponselistWorlds(Consumer<ListWorldsRequest.Builder> listWorldsRequest) Lists worlds.default ListWorldsResponselistWorlds(ListWorldsRequest listWorldsRequest) Lists worlds.default ListWorldsIterablelistWorldsPaginator(Consumer<ListWorldsRequest.Builder> listWorldsRequest) Lists worlds.default ListWorldsIterablelistWorldsPaginator(ListWorldsRequest listWorldsRequest) Lists worlds.default ListWorldTemplatesResponselistWorldTemplates(Consumer<ListWorldTemplatesRequest.Builder> listWorldTemplatesRequest) Lists world templates.default ListWorldTemplatesResponselistWorldTemplates(ListWorldTemplatesRequest listWorldTemplatesRequest) Lists world templates.default ListWorldTemplatesIterablelistWorldTemplatesPaginator(Consumer<ListWorldTemplatesRequest.Builder> listWorldTemplatesRequest) Lists world templates.default ListWorldTemplatesIterablelistWorldTemplatesPaginator(ListWorldTemplatesRequest listWorldTemplatesRequest) Lists world templates.default RegisterRobotResponseregisterRobot(Consumer<RegisterRobotRequest.Builder> registerRobotRequest) Deprecated.AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended.default RegisterRobotResponseregisterRobot(RegisterRobotRequest registerRobotRequest) Deprecated.AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended.default RestartSimulationJobResponserestartSimulationJob(Consumer<RestartSimulationJobRequest.Builder> restartSimulationJobRequest) Restarts a running simulation job.default RestartSimulationJobResponserestartSimulationJob(RestartSimulationJobRequest restartSimulationJobRequest) Restarts a running simulation job.The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfigurationstatic ServiceMetadatadefault StartSimulationJobBatchResponsestartSimulationJobBatch(Consumer<StartSimulationJobBatchRequest.Builder> startSimulationJobBatchRequest) Starts a new simulation job batch.default StartSimulationJobBatchResponsestartSimulationJobBatch(StartSimulationJobBatchRequest startSimulationJobBatchRequest) Starts a new simulation job batch.default SyncDeploymentJobResponsesyncDeploymentJob(Consumer<SyncDeploymentJobRequest.Builder> syncDeploymentJobRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default SyncDeploymentJobResponsesyncDeploymentJob(SyncDeploymentJobRequest syncDeploymentJobRequest) Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default TagResourceResponsetagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Adds or edits tags for a AWS RoboMaker resource.default TagResourceResponsetagResource(TagResourceRequest tagResourceRequest) Adds or edits tags for a AWS RoboMaker resource.default UntagResourceResponseuntagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes the specified tags from the specified AWS RoboMaker resource.default UntagResourceResponseuntagResource(UntagResourceRequest untagResourceRequest) Removes the specified tags from the specified AWS RoboMaker resource.default UpdateRobotApplicationResponseupdateRobotApplication(Consumer<UpdateRobotApplicationRequest.Builder> updateRobotApplicationRequest) Updates a robot application.default UpdateRobotApplicationResponseupdateRobotApplication(UpdateRobotApplicationRequest updateRobotApplicationRequest) Updates a robot application.updateSimulationApplication(Consumer<UpdateSimulationApplicationRequest.Builder> updateSimulationApplicationRequest) Updates a simulation application.updateSimulationApplication(UpdateSimulationApplicationRequest updateSimulationApplicationRequest) Updates a simulation application.default UpdateWorldTemplateResponseupdateWorldTemplate(Consumer<UpdateWorldTemplateRequest.Builder> updateWorldTemplateRequest) Updates a world template.default UpdateWorldTemplateResponseupdateWorldTemplate(UpdateWorldTemplateRequest updateWorldTemplateRequest) Updates a world template.Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
closeMethods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
Field Details
-
SERVICE_NAME
- See Also:
-
SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider.- See Also:
-
-
Method Details
-
batchDeleteWorlds
default BatchDeleteWorldsResponse batchDeleteWorlds(BatchDeleteWorldsRequest batchDeleteWorldsRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Deletes one or more worlds in a batch operation.
- Parameters:
batchDeleteWorldsRequest-- Returns:
- Result of the BatchDeleteWorlds operation returned by the service.
- See Also:
-
batchDeleteWorlds
default 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.Builderavoiding the need to create one manually viaBatchDeleteWorldsRequest.builder()- Parameters:
batchDeleteWorldsRequest- AConsumerthat will call methods onBatchDeleteWorldsRequest.Builderto create a request.- Returns:
- Result of the BatchDeleteWorlds operation returned by the service.
- See Also:
-
batchDescribeSimulationJob
default BatchDescribeSimulationJobResponse batchDescribeSimulationJob(BatchDescribeSimulationJobRequest batchDescribeSimulationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Describes one or more simulation jobs.
- Parameters:
batchDescribeSimulationJobRequest-- Returns:
- Result of the BatchDescribeSimulationJob operation returned by the service.
- See Also:
-
batchDescribeSimulationJob
default BatchDescribeSimulationJobResponse batchDescribeSimulationJob(Consumer<BatchDescribeSimulationJobRequest.Builder> batchDescribeSimulationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Describes one or more simulation jobs.
This is a convenience which creates an instance of the
BatchDescribeSimulationJobRequest.Builderavoiding the need to create one manually viaBatchDescribeSimulationJobRequest.builder()- Parameters:
batchDescribeSimulationJobRequest- AConsumerthat will call methods onBatchDescribeSimulationJobRequest.Builderto create a request.- Returns:
- Result of the BatchDescribeSimulationJob operation returned by the service.
- See Also:
-
cancelDeploymentJob
@Deprecated default CancelDeploymentJobResponse cancelDeploymentJob(CancelDeploymentJobRequest cancelDeploymentJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Cancels the specified deployment job.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
- Parameters:
cancelDeploymentJobRequest-- Returns:
- Result of the CancelDeploymentJob operation returned by the service.
- See Also:
-
cancelDeploymentJob
@Deprecated default CancelDeploymentJobResponse cancelDeploymentJob(Consumer<CancelDeploymentJobRequest.Builder> cancelDeploymentJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Cancels the specified deployment job.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
This is a convenience which creates an instance of the
CancelDeploymentJobRequest.Builderavoiding the need to create one manually viaCancelDeploymentJobRequest.builder()- Parameters:
cancelDeploymentJobRequest- AConsumerthat will call methods onCancelDeploymentJobRequest.Builderto create a request.- Returns:
- Result of the CancelDeploymentJob operation returned by the service.
- See Also:
-
cancelSimulationJob
default CancelSimulationJobResponse cancelSimulationJob(CancelSimulationJobRequest cancelSimulationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Cancels the specified simulation job.
- Parameters:
cancelSimulationJobRequest-- Returns:
- Result of the CancelSimulationJob operation returned by the service.
- See Also:
-
cancelSimulationJob
default CancelSimulationJobResponse cancelSimulationJob(Consumer<CancelSimulationJobRequest.Builder> cancelSimulationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Cancels the specified simulation job.
This is a convenience which creates an instance of the
CancelSimulationJobRequest.Builderavoiding the need to create one manually viaCancelSimulationJobRequest.builder()- Parameters:
cancelSimulationJobRequest- AConsumerthat will call methods onCancelSimulationJobRequest.Builderto create a request.- Returns:
- Result of the CancelSimulationJob operation returned by the service.
- See Also:
-
cancelSimulationJobBatch
default 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.
- Parameters:
cancelSimulationJobBatchRequest-- Returns:
- Result of the CancelSimulationJobBatch operation returned by the service.
- See Also:
-
cancelSimulationJobBatch
default 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.Builderavoiding the need to create one manually viaCancelSimulationJobBatchRequest.builder()- Parameters:
cancelSimulationJobBatchRequest- AConsumerthat will call methods onCancelSimulationJobBatchRequest.Builderto create a request.- Returns:
- Result of the CancelSimulationJobBatch operation returned by the service.
- See Also:
-
cancelWorldExportJob
default CancelWorldExportJobResponse cancelWorldExportJob(CancelWorldExportJobRequest cancelWorldExportJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Cancels the specified export job.
- Parameters:
cancelWorldExportJobRequest-- Returns:
- Result of the CancelWorldExportJob operation returned by the service.
- See Also:
-
cancelWorldExportJob
default 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.Builderavoiding the need to create one manually viaCancelWorldExportJobRequest.builder()- Parameters:
cancelWorldExportJobRequest- AConsumerthat will call methods onCancelWorldExportJobRequest.Builderto create a request.- Returns:
- Result of the CancelWorldExportJob operation returned by the service.
- See Also:
-
cancelWorldGenerationJob
default CancelWorldGenerationJobResponse cancelWorldGenerationJob(CancelWorldGenerationJobRequest cancelWorldGenerationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Cancels the specified world generator job.
- Parameters:
cancelWorldGenerationJobRequest-- Returns:
- Result of the CancelWorldGenerationJob operation returned by the service.
- See Also:
-
cancelWorldGenerationJob
default 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.Builderavoiding the need to create one manually viaCancelWorldGenerationJobRequest.builder()- Parameters:
cancelWorldGenerationJobRequest- AConsumerthat will call methods onCancelWorldGenerationJobRequest.Builderto create a request.- Returns:
- Result of the CancelWorldGenerationJob operation returned by the service.
- See Also:
-
createDeploymentJob
@Deprecated default CreateDeploymentJobResponse createDeploymentJob(CreateDeploymentJobRequest createDeploymentJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, ConcurrentDeploymentException, IdempotentParameterMismatchException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Deploys a specific version of a robot application to robots in a fleet.
This API is no longer supported and will throw an error if used.
The robot application must have a numbered
applicationVersionfor consistency reasons. To create a new version, useCreateRobotApplicationVersionor see Creating a Robot Application Version.After 90 days, deployment jobs expire and will be deleted. They will no longer be accessible.
- Parameters:
createDeploymentJobRequest-- Returns:
- Result of the CreateDeploymentJob operation returned by the service.
- See Also:
-
createDeploymentJob
@Deprecated default CreateDeploymentJobResponse createDeploymentJob(Consumer<CreateDeploymentJobRequest.Builder> createDeploymentJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, ConcurrentDeploymentException, IdempotentParameterMismatchException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Deploys a specific version of a robot application to robots in a fleet.
This API is no longer supported and will throw an error if used.
The robot application must have a numbered
applicationVersionfor consistency reasons. To create a new version, useCreateRobotApplicationVersionor 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.Builderavoiding the need to create one manually viaCreateDeploymentJobRequest.builder()- Parameters:
createDeploymentJobRequest- AConsumerthat will call methods onCreateDeploymentJobRequest.Builderto create a request.- Returns:
- Result of the CreateDeploymentJob operation returned by the service.
- See Also:
-
createFleet
@Deprecated default CreateFleetResponse createFleet(CreateFleetRequest createFleetRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Creates a fleet, a logical group of robots running the same robot application.
This API is no longer supported and will throw an error if used.
- Parameters:
createFleetRequest-- Returns:
- Result of the CreateFleet operation returned by the service.
- See Also:
-
createFleet
@Deprecated default CreateFleetResponse createFleet(Consumer<CreateFleetRequest.Builder> createFleetRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Creates a fleet, a logical group of robots running the same robot application.
This API is no longer supported and will throw an error if used.
This is a convenience which creates an instance of the
CreateFleetRequest.Builderavoiding the need to create one manually viaCreateFleetRequest.builder()- Parameters:
createFleetRequest- AConsumerthat will call methods onCreateFleetRequest.Builderto create a request.- Returns:
- Result of the CreateFleet operation returned by the service.
- See Also:
-
createRobot
@Deprecated default CreateRobotResponse createRobot(CreateRobotRequest createRobotRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, ResourceAlreadyExistsException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Creates a robot.
This API is no longer supported and will throw an error if used.
- Parameters:
createRobotRequest-- Returns:
- Result of the CreateRobot operation returned by the service.
- See Also:
-
createRobot
@Deprecated default CreateRobotResponse createRobot(Consumer<CreateRobotRequest.Builder> createRobotRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, ResourceAlreadyExistsException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Creates a robot.
This API is no longer supported and will throw an error if used.
This is a convenience which creates an instance of the
CreateRobotRequest.Builderavoiding the need to create one manually viaCreateRobotRequest.builder()- Parameters:
createRobotRequest- AConsumerthat will call methods onCreateRobotRequest.Builderto create a request.- Returns:
- Result of the CreateRobot operation returned by the service.
- See Also:
-
createRobotApplication
default CreateRobotApplicationResponse createRobotApplication(CreateRobotApplicationRequest createRobotApplicationRequest) throws InvalidParameterException, ResourceAlreadyExistsException, LimitExceededException, ThrottlingException, InternalServerException, IdempotentParameterMismatchException, AwsServiceException, SdkClientException, RoboMakerException Creates a robot application.
- Parameters:
createRobotApplicationRequest-- Returns:
- Result of the CreateRobotApplication operation returned by the service.
- See Also:
-
createRobotApplication
default CreateRobotApplicationResponse createRobotApplication(Consumer<CreateRobotApplicationRequest.Builder> createRobotApplicationRequest) throws InvalidParameterException, ResourceAlreadyExistsException, LimitExceededException, ThrottlingException, InternalServerException, IdempotentParameterMismatchException, AwsServiceException, SdkClientException, RoboMakerException Creates a robot application.
This is a convenience which creates an instance of the
CreateRobotApplicationRequest.Builderavoiding the need to create one manually viaCreateRobotApplicationRequest.builder()- Parameters:
createRobotApplicationRequest- AConsumerthat will call methods onCreateRobotApplicationRequest.Builderto create a request.- Returns:
- Result of the CreateRobotApplication operation returned by the service.
- See Also:
-
createRobotApplicationVersion
default CreateRobotApplicationVersionResponse createRobotApplicationVersion(CreateRobotApplicationVersionRequest createRobotApplicationVersionRequest) throws InvalidParameterException, IdempotentParameterMismatchException, LimitExceededException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Creates a version of a robot application.
- Parameters:
createRobotApplicationVersionRequest-- Returns:
- Result of the CreateRobotApplicationVersion operation returned by the service.
- See Also:
-
createRobotApplicationVersion
default CreateRobotApplicationVersionResponse createRobotApplicationVersion(Consumer<CreateRobotApplicationVersionRequest.Builder> createRobotApplicationVersionRequest) throws InvalidParameterException, IdempotentParameterMismatchException, LimitExceededException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Creates a version of a robot application.
This is a convenience which creates an instance of the
CreateRobotApplicationVersionRequest.Builderavoiding the need to create one manually viaCreateRobotApplicationVersionRequest.builder()- Parameters:
createRobotApplicationVersionRequest- AConsumerthat will call methods onCreateRobotApplicationVersionRequest.Builderto create a request.- Returns:
- Result of the CreateRobotApplicationVersion operation returned by the service.
- See Also:
-
createSimulationApplication
default CreateSimulationApplicationResponse createSimulationApplication(CreateSimulationApplicationRequest createSimulationApplicationRequest) throws InvalidParameterException, ResourceAlreadyExistsException, LimitExceededException, ThrottlingException, InternalServerException, IdempotentParameterMismatchException, AwsServiceException, SdkClientException, RoboMakerException Creates a simulation application.
- Parameters:
createSimulationApplicationRequest-- Returns:
- Result of the CreateSimulationApplication operation returned by the service.
- See Also:
-
createSimulationApplication
default CreateSimulationApplicationResponse createSimulationApplication(Consumer<CreateSimulationApplicationRequest.Builder> createSimulationApplicationRequest) throws InvalidParameterException, ResourceAlreadyExistsException, LimitExceededException, ThrottlingException, InternalServerException, IdempotentParameterMismatchException, AwsServiceException, SdkClientException, RoboMakerException Creates a simulation application.
This is a convenience which creates an instance of the
CreateSimulationApplicationRequest.Builderavoiding the need to create one manually viaCreateSimulationApplicationRequest.builder()- Parameters:
createSimulationApplicationRequest- AConsumerthat will call methods onCreateSimulationApplicationRequest.Builderto create a request.- Returns:
- Result of the CreateSimulationApplication operation returned by the service.
- See Also:
-
createSimulationApplicationVersion
default CreateSimulationApplicationVersionResponse createSimulationApplicationVersion(CreateSimulationApplicationVersionRequest createSimulationApplicationVersionRequest) throws InvalidParameterException, IdempotentParameterMismatchException, LimitExceededException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Creates a simulation application with a specific revision id.
- Parameters:
createSimulationApplicationVersionRequest-- Returns:
- Result of the CreateSimulationApplicationVersion operation returned by the service.
- See Also:
-
createSimulationApplicationVersion
default CreateSimulationApplicationVersionResponse createSimulationApplicationVersion(Consumer<CreateSimulationApplicationVersionRequest.Builder> createSimulationApplicationVersionRequest) throws InvalidParameterException, IdempotentParameterMismatchException, LimitExceededException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Creates a simulation application with a specific revision id.
This is a convenience which creates an instance of the
CreateSimulationApplicationVersionRequest.Builderavoiding the need to create one manually viaCreateSimulationApplicationVersionRequest.builder()- Parameters:
createSimulationApplicationVersionRequest- AConsumerthat will call methods onCreateSimulationApplicationVersionRequest.Builderto create a request.- Returns:
- Result of the CreateSimulationApplicationVersion operation returned by the service.
- See Also:
-
createSimulationJob
default 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.
- Parameters:
createSimulationJobRequest-- Returns:
- Result of the CreateSimulationJob operation returned by the service.
- See Also:
-
createSimulationJob
default 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.Builderavoiding the need to create one manually viaCreateSimulationJobRequest.builder()- Parameters:
createSimulationJobRequest- AConsumerthat will call methods onCreateSimulationJobRequest.Builderto create a request.- Returns:
- Result of the CreateSimulationJob operation returned by the service.
- See Also:
-
createWorldExportJob
default CreateWorldExportJobResponse createWorldExportJob(CreateWorldExportJobRequest createWorldExportJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, IdempotentParameterMismatchException, ServiceUnavailableException, AwsServiceException, SdkClientException, RoboMakerException Creates a world export job.
- Parameters:
createWorldExportJobRequest-- Returns:
- Result of the CreateWorldExportJob operation returned by the service.
- See Also:
-
createWorldExportJob
default 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.Builderavoiding the need to create one manually viaCreateWorldExportJobRequest.builder()- Parameters:
createWorldExportJobRequest- AConsumerthat will call methods onCreateWorldExportJobRequest.Builderto create a request.- Returns:
- Result of the CreateWorldExportJob operation returned by the service.
- See Also:
-
createWorldGenerationJob
default CreateWorldGenerationJobResponse createWorldGenerationJob(CreateWorldGenerationJobRequest createWorldGenerationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, IdempotentParameterMismatchException, ServiceUnavailableException, AwsServiceException, SdkClientException, RoboMakerException Creates worlds using the specified template.
- Parameters:
createWorldGenerationJobRequest-- Returns:
- Result of the CreateWorldGenerationJob operation returned by the service.
- See Also:
-
createWorldGenerationJob
default 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.Builderavoiding the need to create one manually viaCreateWorldGenerationJobRequest.builder()- Parameters:
createWorldGenerationJobRequest- AConsumerthat will call methods onCreateWorldGenerationJobRequest.Builderto create a request.- Returns:
- Result of the CreateWorldGenerationJob operation returned by the service.
- See Also:
-
createWorldTemplate
default CreateWorldTemplateResponse createWorldTemplate(CreateWorldTemplateRequest createWorldTemplateRequest) throws InvalidParameterException, ResourceAlreadyExistsException, ResourceNotFoundException, LimitExceededException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Creates a world template.
- Parameters:
createWorldTemplateRequest-- Returns:
- Result of the CreateWorldTemplate operation returned by the service.
- See Also:
-
createWorldTemplate
default 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.Builderavoiding the need to create one manually viaCreateWorldTemplateRequest.builder()- Parameters:
createWorldTemplateRequest- AConsumerthat will call methods onCreateWorldTemplateRequest.Builderto create a request.- Returns:
- Result of the CreateWorldTemplate operation returned by the service.
- See Also:
-
deleteFleet
@Deprecated default DeleteFleetResponse deleteFleet(DeleteFleetRequest deleteFleetRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Deletes a fleet.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
- Parameters:
deleteFleetRequest-- Returns:
- Result of the DeleteFleet operation returned by the service.
- See Also:
-
deleteFleet
@Deprecated default DeleteFleetResponse deleteFleet(Consumer<DeleteFleetRequest.Builder> deleteFleetRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Deletes a fleet.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
This is a convenience which creates an instance of the
DeleteFleetRequest.Builderavoiding the need to create one manually viaDeleteFleetRequest.builder()- Parameters:
deleteFleetRequest- AConsumerthat will call methods onDeleteFleetRequest.Builderto create a request.- Returns:
- Result of the DeleteFleet operation returned by the service.
- See Also:
-
deleteRobot
@Deprecated default DeleteRobotResponse deleteRobot(DeleteRobotRequest deleteRobotRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Deletes a robot.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
- Parameters:
deleteRobotRequest-- Returns:
- Result of the DeleteRobot operation returned by the service.
- See Also:
-
deleteRobot
@Deprecated default DeleteRobotResponse deleteRobot(Consumer<DeleteRobotRequest.Builder> deleteRobotRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Deletes a robot.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
This is a convenience which creates an instance of the
DeleteRobotRequest.Builderavoiding the need to create one manually viaDeleteRobotRequest.builder()- Parameters:
deleteRobotRequest- AConsumerthat will call methods onDeleteRobotRequest.Builderto create a request.- Returns:
- Result of the DeleteRobot operation returned by the service.
- See Also:
-
deleteRobotApplication
default DeleteRobotApplicationResponse deleteRobotApplication(DeleteRobotApplicationRequest deleteRobotApplicationRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Deletes a robot application.
- Parameters:
deleteRobotApplicationRequest-- Returns:
- Result of the DeleteRobotApplication operation returned by the service.
- See Also:
-
deleteRobotApplication
default DeleteRobotApplicationResponse deleteRobotApplication(Consumer<DeleteRobotApplicationRequest.Builder> deleteRobotApplicationRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Deletes a robot application.
This is a convenience which creates an instance of the
DeleteRobotApplicationRequest.Builderavoiding the need to create one manually viaDeleteRobotApplicationRequest.builder()- Parameters:
deleteRobotApplicationRequest- AConsumerthat will call methods onDeleteRobotApplicationRequest.Builderto create a request.- Returns:
- Result of the DeleteRobotApplication operation returned by the service.
- See Also:
-
deleteSimulationApplication
default DeleteSimulationApplicationResponse deleteSimulationApplication(DeleteSimulationApplicationRequest deleteSimulationApplicationRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Deletes a simulation application.
- Parameters:
deleteSimulationApplicationRequest-- Returns:
- Result of the DeleteSimulationApplication operation returned by the service.
- See Also:
-
deleteSimulationApplication
default DeleteSimulationApplicationResponse deleteSimulationApplication(Consumer<DeleteSimulationApplicationRequest.Builder> deleteSimulationApplicationRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Deletes a simulation application.
This is a convenience which creates an instance of the
DeleteSimulationApplicationRequest.Builderavoiding the need to create one manually viaDeleteSimulationApplicationRequest.builder()- Parameters:
deleteSimulationApplicationRequest- AConsumerthat will call methods onDeleteSimulationApplicationRequest.Builderto create a request.- Returns:
- Result of the DeleteSimulationApplication operation returned by the service.
- See Also:
-
deleteWorldTemplate
default DeleteWorldTemplateResponse deleteWorldTemplate(DeleteWorldTemplateRequest deleteWorldTemplateRequest) throws InvalidParameterException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Deletes a world template.
- Parameters:
deleteWorldTemplateRequest-- Returns:
- Result of the DeleteWorldTemplate operation returned by the service.
- See Also:
-
deleteWorldTemplate
default 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.Builderavoiding the need to create one manually viaDeleteWorldTemplateRequest.builder()- Parameters:
deleteWorldTemplateRequest- AConsumerthat will call methods onDeleteWorldTemplateRequest.Builderto create a request.- Returns:
- Result of the DeleteWorldTemplate operation returned by the service.
- See Also:
-
deregisterRobot
@Deprecated default DeregisterRobotResponse deregisterRobot(DeregisterRobotRequest deregisterRobotRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Deregisters a robot.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
- Parameters:
deregisterRobotRequest-- Returns:
- Result of the DeregisterRobot operation returned by the service.
- See Also:
-
deregisterRobot
@Deprecated default DeregisterRobotResponse deregisterRobot(Consumer<DeregisterRobotRequest.Builder> deregisterRobotRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Deregisters a robot.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
This is a convenience which creates an instance of the
DeregisterRobotRequest.Builderavoiding the need to create one manually viaDeregisterRobotRequest.builder()- Parameters:
deregisterRobotRequest- AConsumerthat will call methods onDeregisterRobotRequest.Builderto create a request.- Returns:
- Result of the DeregisterRobot operation returned by the service.
- See Also:
-
describeDeploymentJob
@Deprecated default DescribeDeploymentJobResponse describeDeploymentJob(DescribeDeploymentJobRequest describeDeploymentJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Describes a deployment job.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
- Parameters:
describeDeploymentJobRequest-- Returns:
- Result of the DescribeDeploymentJob operation returned by the service.
- See Also:
-
describeDeploymentJob
@Deprecated default DescribeDeploymentJobResponse describeDeploymentJob(Consumer<DescribeDeploymentJobRequest.Builder> describeDeploymentJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Describes a deployment job.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
This is a convenience which creates an instance of the
DescribeDeploymentJobRequest.Builderavoiding the need to create one manually viaDescribeDeploymentJobRequest.builder()- Parameters:
describeDeploymentJobRequest- AConsumerthat will call methods onDescribeDeploymentJobRequest.Builderto create a request.- Returns:
- Result of the DescribeDeploymentJob operation returned by the service.
- See Also:
-
describeFleet
@Deprecated default DescribeFleetResponse describeFleet(DescribeFleetRequest describeFleetRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Describes a fleet.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
- Parameters:
describeFleetRequest-- Returns:
- Result of the DescribeFleet operation returned by the service.
- See Also:
-
describeFleet
@Deprecated default DescribeFleetResponse describeFleet(Consumer<DescribeFleetRequest.Builder> describeFleetRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Describes a fleet.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
This is a convenience which creates an instance of the
DescribeFleetRequest.Builderavoiding the need to create one manually viaDescribeFleetRequest.builder()- Parameters:
describeFleetRequest- AConsumerthat will call methods onDescribeFleetRequest.Builderto create a request.- Returns:
- Result of the DescribeFleet operation returned by the service.
- See Also:
-
describeRobot
@Deprecated default DescribeRobotResponse describeRobot(DescribeRobotRequest describeRobotRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Describes a robot.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
- Parameters:
describeRobotRequest-- Returns:
- Result of the DescribeRobot operation returned by the service.
- See Also:
-
describeRobot
@Deprecated default DescribeRobotResponse describeRobot(Consumer<DescribeRobotRequest.Builder> describeRobotRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Describes a robot.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
This is a convenience which creates an instance of the
DescribeRobotRequest.Builderavoiding the need to create one manually viaDescribeRobotRequest.builder()- Parameters:
describeRobotRequest- AConsumerthat will call methods onDescribeRobotRequest.Builderto create a request.- Returns:
- Result of the DescribeRobot operation returned by the service.
- See Also:
-
describeRobotApplication
default DescribeRobotApplicationResponse describeRobotApplication(DescribeRobotApplicationRequest describeRobotApplicationRequest) throws InvalidParameterException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Describes a robot application.
- Parameters:
describeRobotApplicationRequest-- Returns:
- Result of the DescribeRobotApplication operation returned by the service.
- See Also:
-
describeRobotApplication
default DescribeRobotApplicationResponse describeRobotApplication(Consumer<DescribeRobotApplicationRequest.Builder> describeRobotApplicationRequest) throws InvalidParameterException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Describes a robot application.
This is a convenience which creates an instance of the
DescribeRobotApplicationRequest.Builderavoiding the need to create one manually viaDescribeRobotApplicationRequest.builder()- Parameters:
describeRobotApplicationRequest- AConsumerthat will call methods onDescribeRobotApplicationRequest.Builderto create a request.- Returns:
- Result of the DescribeRobotApplication operation returned by the service.
- See Also:
-
describeSimulationApplication
default DescribeSimulationApplicationResponse describeSimulationApplication(DescribeSimulationApplicationRequest describeSimulationApplicationRequest) throws InvalidParameterException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Describes a simulation application.
- Parameters:
describeSimulationApplicationRequest-- Returns:
- Result of the DescribeSimulationApplication operation returned by the service.
- See Also:
-
describeSimulationApplication
default DescribeSimulationApplicationResponse describeSimulationApplication(Consumer<DescribeSimulationApplicationRequest.Builder> describeSimulationApplicationRequest) throws InvalidParameterException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Describes a simulation application.
This is a convenience which creates an instance of the
DescribeSimulationApplicationRequest.Builderavoiding the need to create one manually viaDescribeSimulationApplicationRequest.builder()- Parameters:
describeSimulationApplicationRequest- AConsumerthat will call methods onDescribeSimulationApplicationRequest.Builderto create a request.- Returns:
- Result of the DescribeSimulationApplication operation returned by the service.
- See Also:
-
describeSimulationJob
default DescribeSimulationJobResponse describeSimulationJob(DescribeSimulationJobRequest describeSimulationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Describes a simulation job.
- Parameters:
describeSimulationJobRequest-- Returns:
- Result of the DescribeSimulationJob operation returned by the service.
- See Also:
-
describeSimulationJob
default DescribeSimulationJobResponse describeSimulationJob(Consumer<DescribeSimulationJobRequest.Builder> describeSimulationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Describes a simulation job.
This is a convenience which creates an instance of the
DescribeSimulationJobRequest.Builderavoiding the need to create one manually viaDescribeSimulationJobRequest.builder()- Parameters:
describeSimulationJobRequest- AConsumerthat will call methods onDescribeSimulationJobRequest.Builderto create a request.- Returns:
- Result of the DescribeSimulationJob operation returned by the service.
- See Also:
-
describeSimulationJobBatch
default DescribeSimulationJobBatchResponse describeSimulationJobBatch(DescribeSimulationJobBatchRequest describeSimulationJobBatchRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Describes a simulation job batch.
- Parameters:
describeSimulationJobBatchRequest-- Returns:
- Result of the DescribeSimulationJobBatch operation returned by the service.
- See Also:
-
describeSimulationJobBatch
default 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.Builderavoiding the need to create one manually viaDescribeSimulationJobBatchRequest.builder()- Parameters:
describeSimulationJobBatchRequest- AConsumerthat will call methods onDescribeSimulationJobBatchRequest.Builderto create a request.- Returns:
- Result of the DescribeSimulationJobBatch operation returned by the service.
- See Also:
-
describeWorld
default DescribeWorldResponse describeWorld(DescribeWorldRequest describeWorldRequest) throws InvalidParameterException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Describes a world.
- Parameters:
describeWorldRequest-- Returns:
- Result of the DescribeWorld operation returned by the service.
- See Also:
-
describeWorld
default 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.Builderavoiding the need to create one manually viaDescribeWorldRequest.builder()- Parameters:
describeWorldRequest- AConsumerthat will call methods onDescribeWorldRequest.Builderto create a request.- Returns:
- Result of the DescribeWorld operation returned by the service.
- See Also:
-
describeWorldExportJob
default DescribeWorldExportJobResponse describeWorldExportJob(DescribeWorldExportJobRequest describeWorldExportJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Describes a world export job.
- Parameters:
describeWorldExportJobRequest-- Returns:
- Result of the DescribeWorldExportJob operation returned by the service.
- See Also:
-
describeWorldExportJob
default 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.Builderavoiding the need to create one manually viaDescribeWorldExportJobRequest.builder()- Parameters:
describeWorldExportJobRequest- AConsumerthat will call methods onDescribeWorldExportJobRequest.Builderto create a request.- Returns:
- Result of the DescribeWorldExportJob operation returned by the service.
- See Also:
-
describeWorldGenerationJob
default DescribeWorldGenerationJobResponse describeWorldGenerationJob(DescribeWorldGenerationJobRequest describeWorldGenerationJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Describes a world generation job.
- Parameters:
describeWorldGenerationJobRequest-- Returns:
- Result of the DescribeWorldGenerationJob operation returned by the service.
- See Also:
-
describeWorldGenerationJob
default 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.Builderavoiding the need to create one manually viaDescribeWorldGenerationJobRequest.builder()- Parameters:
describeWorldGenerationJobRequest- AConsumerthat will call methods onDescribeWorldGenerationJobRequest.Builderto create a request.- Returns:
- Result of the DescribeWorldGenerationJob operation returned by the service.
- See Also:
-
describeWorldTemplate
default DescribeWorldTemplateResponse describeWorldTemplate(DescribeWorldTemplateRequest describeWorldTemplateRequest) throws InvalidParameterException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Describes a world template.
- Parameters:
describeWorldTemplateRequest-- Returns:
- Result of the DescribeWorldTemplate operation returned by the service.
- See Also:
-
describeWorldTemplate
default 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.Builderavoiding the need to create one manually viaDescribeWorldTemplateRequest.builder()- Parameters:
describeWorldTemplateRequest- AConsumerthat will call methods onDescribeWorldTemplateRequest.Builderto create a request.- Returns:
- Result of the DescribeWorldTemplate operation returned by the service.
- See Also:
-
getWorldTemplateBody
default GetWorldTemplateBodyResponse getWorldTemplateBody(GetWorldTemplateBodyRequest getWorldTemplateBodyRequest) throws InvalidParameterException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Gets the world template body.
- Parameters:
getWorldTemplateBodyRequest-- Returns:
- Result of the GetWorldTemplateBody operation returned by the service.
- See Also:
-
getWorldTemplateBody
default 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.Builderavoiding the need to create one manually viaGetWorldTemplateBodyRequest.builder()- Parameters:
getWorldTemplateBodyRequest- AConsumerthat will call methods onGetWorldTemplateBodyRequest.Builderto create a request.- Returns:
- Result of the GetWorldTemplateBody operation returned by the service.
- See Also:
-
listDeploymentJobs
@Deprecated default ListDeploymentJobsResponse listDeploymentJobs(ListDeploymentJobsRequest listDeploymentJobsRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
- Parameters:
listDeploymentJobsRequest-- Returns:
- Result of the ListDeploymentJobs operation returned by the service.
- See Also:
-
listDeploymentJobs
@Deprecated default ListDeploymentJobsResponse listDeploymentJobs(Consumer<ListDeploymentJobsRequest.Builder> listDeploymentJobsRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
This is a convenience which creates an instance of the
ListDeploymentJobsRequest.Builderavoiding the need to create one manually viaListDeploymentJobsRequest.builder()- Parameters:
listDeploymentJobsRequest- AConsumerthat will call methods onListDeploymentJobsRequest.Builderto create a request.- Returns:
- Result of the ListDeploymentJobs operation returned by the service.
- See Also:
-
listDeploymentJobs
@Deprecated default ListDeploymentJobsResponse listDeploymentJobs() throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerExceptionDeprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
- Returns:
- Result of the ListDeploymentJobs operation returned by the service.
- See Also:
-
listDeploymentJobsPaginator
@Deprecated default ListDeploymentJobsIterable listDeploymentJobsPaginator() throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerExceptionDeprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListDeploymentJobsIterable responses = client.listDeploymentJobsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDeploymentJobsPaginator
@Deprecated default ListDeploymentJobsIterable listDeploymentJobsPaginator(ListDeploymentJobsRequest listDeploymentJobsRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListDeploymentJobsIterable responses = client.listDeploymentJobsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.- Parameters:
listDeploymentJobsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDeploymentJobsPaginator
@Deprecated default ListDeploymentJobsIterable listDeploymentJobsPaginator(Consumer<ListDeploymentJobsRequest.Builder> listDeploymentJobsRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListDeploymentJobsIterable responses = client.listDeploymentJobsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.Builderavoiding the need to create one manually viaListDeploymentJobsRequest.builder()- Parameters:
listDeploymentJobsRequest- AConsumerthat will call methods onListDeploymentJobsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listFleets
@Deprecated default ListFleetsResponse listFleets(ListFleetsRequest listFleetsRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Returns a list of fleets. You can optionally provide filters to retrieve specific fleets.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
- Parameters:
listFleetsRequest-- Returns:
- Result of the ListFleets operation returned by the service.
- See Also:
-
listFleets
@Deprecated default ListFleetsResponse listFleets(Consumer<ListFleetsRequest.Builder> listFleetsRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Returns a list of fleets. You can optionally provide filters to retrieve specific fleets.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
This is a convenience which creates an instance of the
ListFleetsRequest.Builderavoiding the need to create one manually viaListFleetsRequest.builder()- Parameters:
listFleetsRequest- AConsumerthat will call methods onListFleetsRequest.Builderto create a request.- Returns:
- Result of the ListFleets operation returned by the service.
- See Also:
-
listFleets
@Deprecated default ListFleetsResponse listFleets() throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerExceptionDeprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Returns a list of fleets. You can optionally provide filters to retrieve specific fleets.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
- Returns:
- Result of the ListFleets operation returned by the service.
- See Also:
-
listFleetsPaginator
@Deprecated default ListFleetsIterable listFleetsPaginator() throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerExceptionDeprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Returns a list of fleets. You can optionally provide filters to retrieve specific fleets.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listFleetsPaginator
@Deprecated default ListFleetsIterable listFleetsPaginator(ListFleetsRequest listFleetsRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Returns a list of fleets. You can optionally provide filters to retrieve specific fleets.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.- Parameters:
listFleetsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listFleetsPaginator
@Deprecated default ListFleetsIterable listFleetsPaginator(Consumer<ListFleetsRequest.Builder> listFleetsRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Returns a list of fleets. You can optionally provide filters to retrieve specific fleets.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.Builderavoiding the need to create one manually viaListFleetsRequest.builder()- Parameters:
listFleetsRequest- AConsumerthat will call methods onListFleetsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listRobotApplications
default 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.
- Parameters:
listRobotApplicationsRequest-- Returns:
- Result of the ListRobotApplications operation returned by the service.
- See Also:
-
listRobotApplications
default ListRobotApplicationsResponse listRobotApplications(Consumer<ListRobotApplicationsRequest.Builder> listRobotApplicationsRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Returns a list of robot application. You can optionally provide filters to retrieve specific robot applications.
This is a convenience which creates an instance of the
ListRobotApplicationsRequest.Builderavoiding the need to create one manually viaListRobotApplicationsRequest.builder()- Parameters:
listRobotApplicationsRequest- AConsumerthat will call methods onListRobotApplicationsRequest.Builderto create a request.- Returns:
- Result of the ListRobotApplications operation returned by the service.
- See Also:
-
listRobotApplications
default ListRobotApplicationsResponse listRobotApplications() throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerExceptionReturns a list of robot application. You can optionally provide filters to retrieve specific robot applications.
- Returns:
- Result of the ListRobotApplications operation returned by the service.
- See Also:
-
listRobotApplicationsPaginator
default ListRobotApplicationsIterable listRobotApplicationsPaginator() throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerExceptionReturns 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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListRobotApplicationsIterable responses = client.listRobotApplicationsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listRobotApplicationsPaginator
default 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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListRobotApplicationsIterable responses = client.listRobotApplicationsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.- Parameters:
listRobotApplicationsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listRobotApplicationsPaginator
default 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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListRobotApplicationsIterable responses = client.listRobotApplicationsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.Builderavoiding the need to create one manually viaListRobotApplicationsRequest.builder()- Parameters:
listRobotApplicationsRequest- AConsumerthat will call methods onListRobotApplicationsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listRobots
@Deprecated default ListRobotsResponse listRobots(ListRobotsRequest listRobotsRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Returns a list of robots. You can optionally provide filters to retrieve specific robots.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
- Parameters:
listRobotsRequest-- Returns:
- Result of the ListRobots operation returned by the service.
- See Also:
-
listRobots
@Deprecated default ListRobotsResponse listRobots(Consumer<ListRobotsRequest.Builder> listRobotsRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Returns a list of robots. You can optionally provide filters to retrieve specific robots.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
This is a convenience which creates an instance of the
ListRobotsRequest.Builderavoiding the need to create one manually viaListRobotsRequest.builder()- Parameters:
listRobotsRequest- AConsumerthat will call methods onListRobotsRequest.Builderto create a request.- Returns:
- Result of the ListRobots operation returned by the service.
- See Also:
-
listRobots
@Deprecated default ListRobotsResponse listRobots() throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerExceptionDeprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Returns a list of robots. You can optionally provide filters to retrieve specific robots.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
- Returns:
- Result of the ListRobots operation returned by the service.
- See Also:
-
listRobotsPaginator
@Deprecated default ListRobotsIterable listRobotsPaginator() throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerExceptionDeprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Returns a list of robots. You can optionally provide filters to retrieve specific robots.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListRobotsIterable responses = client.listRobotsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listRobotsPaginator
@Deprecated default ListRobotsIterable listRobotsPaginator(ListRobotsRequest listRobotsRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Returns a list of robots. You can optionally provide filters to retrieve specific robots.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListRobotsIterable responses = client.listRobotsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.- Parameters:
listRobotsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listRobotsPaginator
@Deprecated default ListRobotsIterable listRobotsPaginator(Consumer<ListRobotsRequest.Builder> listRobotsRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Returns a list of robots. You can optionally provide filters to retrieve specific robots.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListRobotsIterable responses = client.listRobotsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.Builderavoiding the need to create one manually viaListRobotsRequest.builder()- Parameters:
listRobotsRequest- AConsumerthat will call methods onListRobotsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listSimulationApplications
default 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.
- Parameters:
listSimulationApplicationsRequest-- Returns:
- Result of the ListSimulationApplications operation returned by the service.
- See Also:
-
listSimulationApplications
default ListSimulationApplicationsResponse listSimulationApplications(Consumer<ListSimulationApplicationsRequest.Builder> listSimulationApplicationsRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Returns a list of simulation applications. You can optionally provide filters to retrieve specific simulation applications.
This is a convenience which creates an instance of the
ListSimulationApplicationsRequest.Builderavoiding the need to create one manually viaListSimulationApplicationsRequest.builder()- Parameters:
listSimulationApplicationsRequest- AConsumerthat will call methods onListSimulationApplicationsRequest.Builderto create a request.- Returns:
- Result of the ListSimulationApplications operation returned by the service.
- See Also:
-
listSimulationApplications
default ListSimulationApplicationsResponse listSimulationApplications() throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerExceptionReturns a list of simulation applications. You can optionally provide filters to retrieve specific simulation applications.
- Returns:
- Result of the ListSimulationApplications operation returned by the service.
- See Also:
-
listSimulationApplicationsPaginator
default ListSimulationApplicationsIterable listSimulationApplicationsPaginator() throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerExceptionReturns 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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListSimulationApplicationsIterable responses = client.listSimulationApplicationsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listSimulationApplicationsPaginator
default 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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListSimulationApplicationsIterable responses = client.listSimulationApplicationsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.- Parameters:
listSimulationApplicationsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listSimulationApplicationsPaginator
default 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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListSimulationApplicationsIterable responses = client.listSimulationApplicationsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.Builderavoiding the need to create one manually viaListSimulationApplicationsRequest.builder()- Parameters:
listSimulationApplicationsRequest- AConsumerthat will call methods onListSimulationApplicationsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listSimulationJobBatches
default 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.
- Parameters:
listSimulationJobBatchesRequest-- Returns:
- Result of the ListSimulationJobBatches operation returned by the service.
- See Also:
-
listSimulationJobBatches
default 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.Builderavoiding the need to create one manually viaListSimulationJobBatchesRequest.builder()- Parameters:
listSimulationJobBatchesRequest- AConsumerthat will call methods onListSimulationJobBatchesRequest.Builderto create a request.- Returns:
- Result of the ListSimulationJobBatches operation returned by the service.
- See Also:
-
listSimulationJobBatchesPaginator
default 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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListSimulationJobBatchesIterable responses = client.listSimulationJobBatchesPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.- Parameters:
listSimulationJobBatchesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listSimulationJobBatchesPaginator
default 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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListSimulationJobBatchesIterable responses = client.listSimulationJobBatchesPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.Builderavoiding the need to create one manually viaListSimulationJobBatchesRequest.builder()- Parameters:
listSimulationJobBatchesRequest- AConsumerthat will call methods onListSimulationJobBatchesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listSimulationJobs
default 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.
- Parameters:
listSimulationJobsRequest-- Returns:
- Result of the ListSimulationJobs operation returned by the service.
- See Also:
-
listSimulationJobs
default ListSimulationJobsResponse listSimulationJobs(Consumer<ListSimulationJobsRequest.Builder> listSimulationJobsRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Returns a list of simulation jobs. You can optionally provide filters to retrieve specific simulation jobs.
This is a convenience which creates an instance of the
ListSimulationJobsRequest.Builderavoiding the need to create one manually viaListSimulationJobsRequest.builder()- Parameters:
listSimulationJobsRequest- AConsumerthat will call methods onListSimulationJobsRequest.Builderto create a request.- Returns:
- Result of the ListSimulationJobs operation returned by the service.
- See Also:
-
listSimulationJobs
default ListSimulationJobsResponse listSimulationJobs() throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerExceptionReturns a list of simulation jobs. You can optionally provide filters to retrieve specific simulation jobs.
- Returns:
- Result of the ListSimulationJobs operation returned by the service.
- See Also:
-
listSimulationJobsPaginator
default ListSimulationJobsIterable listSimulationJobsPaginator() throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerExceptionReturns 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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListSimulationJobsIterable responses = client.listSimulationJobsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listSimulationJobsPaginator
default 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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListSimulationJobsIterable responses = client.listSimulationJobsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.- Parameters:
listSimulationJobsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listSimulationJobsPaginator
default 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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListSimulationJobsIterable responses = client.listSimulationJobsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.Builderavoiding the need to create one manually viaListSimulationJobsRequest.builder()- Parameters:
listSimulationJobsRequest- AConsumerthat will call methods onListSimulationJobsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws InternalServerException, ResourceNotFoundException, InvalidParameterException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Lists all tags on a AWS RoboMaker resource.
- Parameters:
listTagsForResourceRequest-- Returns:
- Result of the ListTagsForResource operation returned by the service.
- See Also:
-
listTagsForResource
default 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.Builderavoiding the need to create one manually viaListTagsForResourceRequest.builder()- Parameters:
listTagsForResourceRequest- AConsumerthat will call methods onListTagsForResourceRequest.Builderto create a request.- Returns:
- Result of the ListTagsForResource operation returned by the service.
- See Also:
-
listWorldExportJobs
default ListWorldExportJobsResponse listWorldExportJobs(ListWorldExportJobsRequest listWorldExportJobsRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Lists world export jobs.
- Parameters:
listWorldExportJobsRequest-- Returns:
- Result of the ListWorldExportJobs operation returned by the service.
- See Also:
-
listWorldExportJobs
default 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.Builderavoiding the need to create one manually viaListWorldExportJobsRequest.builder()- Parameters:
listWorldExportJobsRequest- AConsumerthat will call methods onListWorldExportJobsRequest.Builderto create a request.- Returns:
- Result of the ListWorldExportJobs operation returned by the service.
- See Also:
-
listWorldExportJobsPaginator
default 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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListWorldExportJobsIterable responses = client.listWorldExportJobsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.- Parameters:
listWorldExportJobsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listWorldExportJobsPaginator
default 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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListWorldExportJobsIterable responses = client.listWorldExportJobsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.Builderavoiding the need to create one manually viaListWorldExportJobsRequest.builder()- Parameters:
listWorldExportJobsRequest- AConsumerthat will call methods onListWorldExportJobsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listWorldGenerationJobs
default ListWorldGenerationJobsResponse listWorldGenerationJobs(ListWorldGenerationJobsRequest listWorldGenerationJobsRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, RoboMakerException Lists world generator jobs.
- Parameters:
listWorldGenerationJobsRequest-- Returns:
- Result of the ListWorldGenerationJobs operation returned by the service.
- See Also:
-
listWorldGenerationJobs
default 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.Builderavoiding the need to create one manually viaListWorldGenerationJobsRequest.builder()- Parameters:
listWorldGenerationJobsRequest- AConsumerthat will call methods onListWorldGenerationJobsRequest.Builderto create a request.- Returns:
- Result of the ListWorldGenerationJobs operation returned by the service.
- See Also:
-
listWorldGenerationJobsPaginator
default 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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListWorldGenerationJobsIterable responses = client.listWorldGenerationJobsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.- Parameters:
listWorldGenerationJobsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listWorldGenerationJobsPaginator
default 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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListWorldGenerationJobsIterable responses = client.listWorldGenerationJobsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.Builderavoiding the need to create one manually viaListWorldGenerationJobsRequest.builder()- Parameters:
listWorldGenerationJobsRequest- AConsumerthat will call methods onListWorldGenerationJobsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listWorldTemplates
default ListWorldTemplatesResponse listWorldTemplates(ListWorldTemplatesRequest listWorldTemplatesRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Lists world templates.
- Parameters:
listWorldTemplatesRequest-- Returns:
- Result of the ListWorldTemplates operation returned by the service.
- See Also:
-
listWorldTemplates
default 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.Builderavoiding the need to create one manually viaListWorldTemplatesRequest.builder()- Parameters:
listWorldTemplatesRequest- AConsumerthat will call methods onListWorldTemplatesRequest.Builderto create a request.- Returns:
- Result of the ListWorldTemplates operation returned by the service.
- See Also:
-
listWorldTemplatesPaginator
default 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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListWorldTemplatesIterable responses = client.listWorldTemplatesPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.- Parameters:
listWorldTemplatesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listWorldTemplatesPaginator
default 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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListWorldTemplatesIterable responses = client.listWorldTemplatesPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.Builderavoiding the need to create one manually viaListWorldTemplatesRequest.builder()- Parameters:
listWorldTemplatesRequest- AConsumerthat will call methods onListWorldTemplatesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listWorlds
default ListWorldsResponse listWorlds(ListWorldsRequest listWorldsRequest) throws InvalidParameterException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Lists worlds.
- Parameters:
listWorldsRequest-- Returns:
- Result of the ListWorlds operation returned by the service.
- See Also:
-
listWorlds
default 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.Builderavoiding the need to create one manually viaListWorldsRequest.builder()- Parameters:
listWorldsRequest- AConsumerthat will call methods onListWorldsRequest.Builderto create a request.- Returns:
- Result of the ListWorlds operation returned by the service.
- See Also:
-
listWorldsPaginator
default 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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListWorldsIterable responses = client.listWorldsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.- Parameters:
listWorldsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listWorldsPaginator
default 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
2) Using For loopsoftware.amazon.awssdk.services.robomaker.paginators.ListWorldsIterable responses = client.listWorldsPaginator(request); responses.stream().forEach(....);{ @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 directlysoftware.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.Builderavoiding the need to create one manually viaListWorldsRequest.builder()- Parameters:
listWorldsRequest- AConsumerthat will call methods onListWorldsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
registerRobot
@Deprecated default RegisterRobotResponse registerRobot(RegisterRobotRequest registerRobotRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, ResourceNotFoundException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Registers a robot with a fleet.
This API is no longer supported and will throw an error if used.
- Parameters:
registerRobotRequest-- Returns:
- Result of the RegisterRobot operation returned by the service.
- See Also:
-
registerRobot
@Deprecated default RegisterRobotResponse registerRobot(Consumer<RegisterRobotRequest.Builder> registerRobotRequest) throws InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, ResourceNotFoundException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Registers a robot with a fleet.
This API is no longer supported and will throw an error if used.
This is a convenience which creates an instance of the
RegisterRobotRequest.Builderavoiding the need to create one manually viaRegisterRobotRequest.builder()- Parameters:
registerRobotRequest- AConsumerthat will call methods onRegisterRobotRequest.Builderto create a request.- Returns:
- Result of the RegisterRobot operation returned by the service.
- See Also:
-
restartSimulationJob
default RestartSimulationJobResponse restartSimulationJob(RestartSimulationJobRequest restartSimulationJobRequest) throws ResourceNotFoundException, ThrottlingException, LimitExceededException, InvalidParameterException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Restarts a running simulation job.
- Parameters:
restartSimulationJobRequest-- Returns:
- Result of the RestartSimulationJob operation returned by the service.
- See Also:
-
restartSimulationJob
default RestartSimulationJobResponse restartSimulationJob(Consumer<RestartSimulationJobRequest.Builder> restartSimulationJobRequest) throws ResourceNotFoundException, ThrottlingException, LimitExceededException, InvalidParameterException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Restarts a running simulation job.
This is a convenience which creates an instance of the
RestartSimulationJobRequest.Builderavoiding the need to create one manually viaRestartSimulationJobRequest.builder()- Parameters:
restartSimulationJobRequest- AConsumerthat will call methods onRestartSimulationJobRequest.Builderto create a request.- Returns:
- Result of the RestartSimulationJob operation returned by the service.
- See Also:
-
startSimulationJobBatch
default 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
SimulationJobRequestobjects.- Parameters:
startSimulationJobBatchRequest-- Returns:
- Result of the StartSimulationJobBatch operation returned by the service.
- See Also:
-
startSimulationJobBatch
default 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
SimulationJobRequestobjects.
This is a convenience which creates an instance of the
StartSimulationJobBatchRequest.Builderavoiding the need to create one manually viaStartSimulationJobBatchRequest.builder()- Parameters:
startSimulationJobBatchRequest- AConsumerthat will call methods onStartSimulationJobBatchRequest.Builderto create a request.- Returns:
- Result of the StartSimulationJobBatch operation returned by the service.
- See Also:
-
syncDeploymentJob
@Deprecated default SyncDeploymentJobResponse syncDeploymentJob(SyncDeploymentJobRequest syncDeploymentJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, ConcurrentDeploymentException, IdempotentParameterMismatchException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Syncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were added after a deployment.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
- Parameters:
syncDeploymentJobRequest-- Returns:
- Result of the SyncDeploymentJob operation returned by the service.
- See Also:
-
syncDeploymentJob
@Deprecated default SyncDeploymentJobResponse syncDeploymentJob(Consumer<SyncDeploymentJobRequest.Builder> syncDeploymentJobRequest) throws ResourceNotFoundException, InvalidParameterException, InternalServerException, ThrottlingException, LimitExceededException, ConcurrentDeploymentException, IdempotentParameterMismatchException, AwsServiceException, SdkClientException, RoboMakerException Deprecated.Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.Syncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were added after a deployment.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
This is a convenience which creates an instance of the
SyncDeploymentJobRequest.Builderavoiding the need to create one manually viaSyncDeploymentJobRequest.builder()- Parameters:
syncDeploymentJobRequest- AConsumerthat will call methods onSyncDeploymentJobRequest.Builderto create a request.- Returns:
- Result of the SyncDeploymentJob operation returned by the service.
- See Also:
-
tagResource
default 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.
- Parameters:
tagResourceRequest-- Returns:
- Result of the TagResource operation returned by the service.
- See Also:
-
tagResource
default 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.Builderavoiding the need to create one manually viaTagResourceRequest.builder()- Parameters:
tagResourceRequest- AConsumerthat will call methods onTagResourceRequest.Builderto create a request.- Returns:
- Result of the TagResource operation returned by the service.
- See Also:
-
untagResource
default 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.- Parameters:
untagResourceRequest-- Returns:
- Result of the UntagResource operation returned by the service.
- See Also:
-
untagResource
default 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.Builderavoiding the need to create one manually viaUntagResourceRequest.builder()- Parameters:
untagResourceRequest- AConsumerthat will call methods onUntagResourceRequest.Builderto create a request.- Returns:
- Result of the UntagResource operation returned by the service.
- See Also:
-
updateRobotApplication
default UpdateRobotApplicationResponse updateRobotApplication(UpdateRobotApplicationRequest updateRobotApplicationRequest) throws InvalidParameterException, ResourceNotFoundException, LimitExceededException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Updates a robot application.
- Parameters:
updateRobotApplicationRequest-- Returns:
- Result of the UpdateRobotApplication operation returned by the service.
- See Also:
-
updateRobotApplication
default UpdateRobotApplicationResponse updateRobotApplication(Consumer<UpdateRobotApplicationRequest.Builder> updateRobotApplicationRequest) throws InvalidParameterException, ResourceNotFoundException, LimitExceededException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Updates a robot application.
This is a convenience which creates an instance of the
UpdateRobotApplicationRequest.Builderavoiding the need to create one manually viaUpdateRobotApplicationRequest.builder()- Parameters:
updateRobotApplicationRequest- AConsumerthat will call methods onUpdateRobotApplicationRequest.Builderto create a request.- Returns:
- Result of the UpdateRobotApplication operation returned by the service.
- See Also:
-
updateSimulationApplication
default UpdateSimulationApplicationResponse updateSimulationApplication(UpdateSimulationApplicationRequest updateSimulationApplicationRequest) throws InvalidParameterException, ResourceNotFoundException, LimitExceededException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Updates a simulation application.
- Parameters:
updateSimulationApplicationRequest-- Returns:
- Result of the UpdateSimulationApplication operation returned by the service.
- See Also:
-
updateSimulationApplication
default UpdateSimulationApplicationResponse updateSimulationApplication(Consumer<UpdateSimulationApplicationRequest.Builder> updateSimulationApplicationRequest) throws InvalidParameterException, ResourceNotFoundException, LimitExceededException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Updates a simulation application.
This is a convenience which creates an instance of the
UpdateSimulationApplicationRequest.Builderavoiding the need to create one manually viaUpdateSimulationApplicationRequest.builder()- Parameters:
updateSimulationApplicationRequest- AConsumerthat will call methods onUpdateSimulationApplicationRequest.Builderto create a request.- Returns:
- Result of the UpdateSimulationApplication operation returned by the service.
- See Also:
-
updateWorldTemplate
default UpdateWorldTemplateResponse updateWorldTemplate(UpdateWorldTemplateRequest updateWorldTemplateRequest) throws InvalidParameterException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, RoboMakerException Updates a world template.
- Parameters:
updateWorldTemplateRequest-- Returns:
- Result of the UpdateWorldTemplate operation returned by the service.
- See Also:
-
updateWorldTemplate
default 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.Builderavoiding the need to create one manually viaUpdateWorldTemplateRequest.builder()- Parameters:
updateWorldTemplateRequest- AConsumerthat will call methods onUpdateWorldTemplateRequest.Builderto create a request.- Returns:
- Result of the UpdateWorldTemplate operation returned by the service.
- See Also:
-
create
Create aRoboMakerClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
builder
Create a builder that can be used to configure and create aRoboMakerClient. -
serviceMetadata
-
serviceClientConfiguration
Description copied from interface:SdkClientThe SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Specified by:
serviceClientConfigurationin interfaceAwsClient- Specified by:
serviceClientConfigurationin interfaceSdkClient- Returns:
- SdkServiceClientConfiguration
-