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