| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model | |
| software.amazon.awssdk.services.m2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentSummary> |
ListDeploymentsResponse.deployments()
The list of deployments that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsResponse.Builder |
ListDeploymentsResponse.Builder.deployments(DeploymentSummary... deployments)
The list of deployments that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsResponse.Builder |
ListDeploymentsResponse.Builder.deployments(Collection<DeploymentSummary> deployments)
The list of deployments that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DeploymentSummary> |
ListDeploymentsPublisher.deployments()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DeploymentSummary> |
ListDeploymentsIterable.deployments()
Returns an iterable to iterate through the paginated
ListDeploymentsResponse.deployments() member. |
Copyright © 2023. All rights reserved.