| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model | |
| software.amazon.awssdk.services.apigateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Deployment> |
GetDeploymentsResponse.items()
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentsResponse.Builder |
GetDeploymentsResponse.Builder.items(Deployment... items)
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentsResponse.Builder |
GetDeploymentsResponse.Builder.items(Collection<Deployment> items)
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Deployment> |
GetDeploymentsPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Deployment> |
GetDeploymentsIterable.items()
Returns an iterable to iterate through the paginated
GetDeploymentsResponse.items() member. |
Copyright © 2023. All rights reserved.