| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model | |
| software.amazon.awssdk.services.storagegateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<GatewayInfo> |
ListGatewaysResponse.gateways()
An array of GatewayInfo objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListGatewaysResponse.Builder |
ListGatewaysResponse.Builder.gateways(GatewayInfo... gateways)
An array of GatewayInfo objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListGatewaysResponse.Builder |
ListGatewaysResponse.Builder.gateways(Collection<GatewayInfo> gateways)
An array of GatewayInfo objects.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<GatewayInfo> |
ListGatewaysIterable.gateways()
Returns an iterable to iterate through the paginated
ListGatewaysResponse.gateways() member. |
SdkPublisher<GatewayInfo> |
ListGatewaysPublisher.gateways()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.