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