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