| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
GatewayInfo |
GatewayInfo.clone() |
GatewayInfo |
GatewayInfo.withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
GatewayInfo |
GatewayInfo.withGatewayId(String gatewayId)
The unique identifier assigned to your gateway during activation.
|
GatewayInfo |
GatewayInfo.withGatewayName(String gatewayName)
The name of the gateway.
|
GatewayInfo |
GatewayInfo.withGatewayOperationalState(String gatewayOperationalState)
The state of the gateway.
|
GatewayInfo |
GatewayInfo.withGatewayType(String gatewayType)
The type of the gateway.
|
| Modifier and Type | Method and Description |
|---|---|
List<GatewayInfo> |
ListGatewaysResult.getGateways() |
| Modifier and Type | Method and Description |
|---|---|
ListGatewaysResult |
ListGatewaysResult.withGateways(GatewayInfo... gateways)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGatewaysResult.setGateways(Collection<GatewayInfo> gateways) |
ListGatewaysResult |
ListGatewaysResult.withGateways(Collection<GatewayInfo> gateways) |
Copyright © 2017. All rights reserved.