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