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