| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model | |
| software.amazon.awssdk.services.robomaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentJob> |
ListDeploymentJobsResponse.deploymentJobs()
A list of deployment jobs that meet the criteria of the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentJobsResponse.Builder |
ListDeploymentJobsResponse.Builder.deploymentJobs(DeploymentJob... deploymentJobs)
A list of deployment jobs that meet the criteria of the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentJobsResponse.Builder |
ListDeploymentJobsResponse.Builder.deploymentJobs(Collection<DeploymentJob> deploymentJobs)
A list of deployment jobs that meet the criteria of the request.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DeploymentJob> |
ListDeploymentJobsPublisher.deploymentJobs()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DeploymentJob> |
ListDeploymentJobsIterable.deploymentJobs()
Returns an iterable to iterate through the paginated
ListDeploymentJobsResponse.deploymentJobs() member. |
Copyright © 2023. All rights reserved.