@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSRoboMaker extends Object implements AWSRoboMaker
AWSRoboMaker. Convenient method forms pass through to the corresponding overload
that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIXpublic BatchDescribeSimulationJobResult batchDescribeSimulationJob(BatchDescribeSimulationJobRequest request)
AWSRoboMakerDescribes one or more simulation jobs.
batchDescribeSimulationJob in interface AWSRoboMakerpublic CancelSimulationJobResult cancelSimulationJob(CancelSimulationJobRequest request)
AWSRoboMakerCancels the specified simulation job.
cancelSimulationJob in interface AWSRoboMakerpublic CreateDeploymentJobResult createDeploymentJob(CreateDeploymentJobRequest request)
AWSRoboMakerDeploys a specific version of a robot application to robots in a fleet.
The robot application must have a numbered applicationVersion for consistency reasons. To create a
new version, use CreateRobotApplicationVersion or see Creating a Robot
Application Version.
After 90 days, deployment jobs expire and will be deleted. They will no longer be accessible.
createDeploymentJob in interface AWSRoboMakerpublic CreateFleetResult createFleet(CreateFleetRequest request)
AWSRoboMakerCreates a fleet, a logical group of robots running the same robot application.
createFleet in interface AWSRoboMakerpublic CreateRobotResult createRobot(CreateRobotRequest request)
AWSRoboMakerCreates a robot.
createRobot in interface AWSRoboMakerpublic CreateRobotApplicationResult createRobotApplication(CreateRobotApplicationRequest request)
AWSRoboMakerCreates a robot application.
createRobotApplication in interface AWSRoboMakerpublic CreateRobotApplicationVersionResult createRobotApplicationVersion(CreateRobotApplicationVersionRequest request)
AWSRoboMakerCreates a version of a robot application.
createRobotApplicationVersion in interface AWSRoboMakerpublic CreateSimulationApplicationResult createSimulationApplication(CreateSimulationApplicationRequest request)
AWSRoboMakerCreates a simulation application.
createSimulationApplication in interface AWSRoboMakerpublic CreateSimulationApplicationVersionResult createSimulationApplicationVersion(CreateSimulationApplicationVersionRequest request)
AWSRoboMakerCreates a simulation application with a specific revision id.
createSimulationApplicationVersion in interface AWSRoboMakerpublic CreateSimulationJobResult createSimulationJob(CreateSimulationJobRequest request)
AWSRoboMakerCreates a simulation job.
After 90 days, simulation jobs expire and will be deleted. They will no longer be accessible.
createSimulationJob in interface AWSRoboMakerpublic DeleteFleetResult deleteFleet(DeleteFleetRequest request)
AWSRoboMakerDeletes a fleet.
deleteFleet in interface AWSRoboMakerpublic DeleteRobotResult deleteRobot(DeleteRobotRequest request)
AWSRoboMakerDeletes a robot.
deleteRobot in interface AWSRoboMakerpublic DeleteRobotApplicationResult deleteRobotApplication(DeleteRobotApplicationRequest request)
AWSRoboMakerDeletes a robot application.
deleteRobotApplication in interface AWSRoboMakerpublic DeleteSimulationApplicationResult deleteSimulationApplication(DeleteSimulationApplicationRequest request)
AWSRoboMakerDeletes a simulation application.
deleteSimulationApplication in interface AWSRoboMakerpublic DeregisterRobotResult deregisterRobot(DeregisterRobotRequest request)
AWSRoboMakerDeregisters a robot.
deregisterRobot in interface AWSRoboMakerpublic DescribeDeploymentJobResult describeDeploymentJob(DescribeDeploymentJobRequest request)
AWSRoboMakerDescribes a deployment job. [Does it work regardless of deployment status, e.g. Failed?]
describeDeploymentJob in interface AWSRoboMakerpublic DescribeFleetResult describeFleet(DescribeFleetRequest request)
AWSRoboMakerDescribes a fleet.
describeFleet in interface AWSRoboMakerpublic DescribeRobotResult describeRobot(DescribeRobotRequest request)
AWSRoboMakerDescribes a robot.
describeRobot in interface AWSRoboMakerpublic DescribeRobotApplicationResult describeRobotApplication(DescribeRobotApplicationRequest request)
AWSRoboMakerDescribes a robot application.
describeRobotApplication in interface AWSRoboMakerpublic DescribeSimulationApplicationResult describeSimulationApplication(DescribeSimulationApplicationRequest request)
AWSRoboMakerDescribes a simulation application.
describeSimulationApplication in interface AWSRoboMakerpublic DescribeSimulationJobResult describeSimulationJob(DescribeSimulationJobRequest request)
AWSRoboMakerDescribes a simulation job.
describeSimulationJob in interface AWSRoboMakerpublic ListDeploymentJobsResult listDeploymentJobs(ListDeploymentJobsRequest request)
AWSRoboMakerReturns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.
listDeploymentJobs in interface AWSRoboMakerpublic ListFleetsResult listFleets(ListFleetsRequest request)
AWSRoboMakerReturns a list of fleets. You can optionally provide filters to retrieve specific fleets.
listFleets in interface AWSRoboMakerpublic ListRobotApplicationsResult listRobotApplications(ListRobotApplicationsRequest request)
AWSRoboMakerReturns a list of robot application. You can optionally provide filters to retrieve specific robot applications.
listRobotApplications in interface AWSRoboMakerpublic ListRobotsResult listRobots(ListRobotsRequest request)
AWSRoboMakerReturns a list of robots. You can optionally provide filters to retrieve specific robots.
listRobots in interface AWSRoboMakerpublic ListSimulationApplicationsResult listSimulationApplications(ListSimulationApplicationsRequest request)
AWSRoboMakerReturns a list of simulation applications. You can optionally provide filters to retrieve specific simulation applications.
listSimulationApplications in interface AWSRoboMakerpublic ListSimulationJobsResult listSimulationJobs(ListSimulationJobsRequest request)
AWSRoboMakerReturns a list of simulation jobs. You can optionally provide filters to retrieve specific simulation jobs.
listSimulationJobs in interface AWSRoboMakerpublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSRoboMakerLists all tags on a AWS RoboMaker resource.
listTagsForResource in interface AWSRoboMakerpublic RegisterRobotResult registerRobot(RegisterRobotRequest request)
AWSRoboMakerRegisters a robot with a fleet.
registerRobot in interface AWSRoboMakerpublic RestartSimulationJobResult restartSimulationJob(RestartSimulationJobRequest request)
AWSRoboMakerRestarts a running simulation job.
restartSimulationJob in interface AWSRoboMakerpublic SyncDeploymentJobResult syncDeploymentJob(SyncDeploymentJobRequest request)
AWSRoboMakerSyncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were added after a deployment.
syncDeploymentJob in interface AWSRoboMakerpublic TagResourceResult tagResource(TagResourceRequest request)
AWSRoboMakerAdds 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.
tagResource in interface AWSRoboMakerpublic UntagResourceResult untagResource(UntagResourceRequest request)
AWSRoboMakerRemoves 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 .
untagResource in interface AWSRoboMakerpublic UpdateRobotApplicationResult updateRobotApplication(UpdateRobotApplicationRequest request)
AWSRoboMakerUpdates a robot application.
updateRobotApplication in interface AWSRoboMakerpublic UpdateSimulationApplicationResult updateSimulationApplication(UpdateSimulationApplicationRequest request)
AWSRoboMakerUpdates a simulation application.
updateSimulationApplication in interface AWSRoboMakerpublic void shutdown()
AWSRoboMakershutdown in interface AWSRoboMakerpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSRoboMakerResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSRoboMakerrequest - The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.