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