| Package | Description |
|---|---|
| com.amazonaws.services.robomaker |
This section provides documentation for the AWS RoboMaker API operations.
|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentJobsResult |
AbstractAWSRoboMaker.listDeploymentJobs(ListDeploymentJobsRequest request)
Deprecated.
|
ListDeploymentJobsResult |
AWSRoboMaker.listDeploymentJobs(ListDeploymentJobsRequest listDeploymentJobsRequest)
Deprecated.
|
ListDeploymentJobsResult |
AWSRoboMakerClient.listDeploymentJobs(ListDeploymentJobsRequest request)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDeploymentJobsResult> |
AbstractAWSRoboMakerAsync.listDeploymentJobsAsync(ListDeploymentJobsRequest request,
AsyncHandler<ListDeploymentJobsRequest,ListDeploymentJobsResult> asyncHandler)
Deprecated.
|
Future<ListDeploymentJobsResult> |
AWSRoboMakerAsync.listDeploymentJobsAsync(ListDeploymentJobsRequest listDeploymentJobsRequest,
AsyncHandler<ListDeploymentJobsRequest,ListDeploymentJobsResult> asyncHandler)
Deprecated.
|
Future<ListDeploymentJobsResult> |
AWSRoboMakerAsyncClient.listDeploymentJobsAsync(ListDeploymentJobsRequest request,
AsyncHandler<ListDeploymentJobsRequest,ListDeploymentJobsResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentJobsResult |
ListDeploymentJobsResult.clone()
Deprecated.
|
ListDeploymentJobsResult |
ListDeploymentJobsResult.withDeploymentJobs(Collection<DeploymentJob> deploymentJobs)
Deprecated.
A list of deployment jobs that meet the criteria of the request.
|
ListDeploymentJobsResult |
ListDeploymentJobsResult.withDeploymentJobs(DeploymentJob... deploymentJobs)
Deprecated.
A list of deployment jobs that meet the criteria of the request.
|
ListDeploymentJobsResult |
ListDeploymentJobsResult.withNextToken(String nextToken)
Deprecated.
If the previous paginated request did not return all of the remaining results, the response object's
nextToken parameter value is set to a token. |
Copyright © 2023. All rights reserved.