Package | Description |
---|---|
com.amazonaws.services.storagegateway.model | |
com.amazonaws.services.storagegateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<GatewayInfo> |
ListGatewaysResult.gateways |
Modifier and Type | Method and Description |
---|---|
GatewayInfo |
GatewayInfo.clone() |
GatewayInfo |
GatewayInfo.withGatewayARN(java.lang.String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
GatewayInfo |
GatewayInfo.withGatewayId(java.lang.String gatewayId)
The unique identifier assigned to your gateway during activation.
|
GatewayInfo |
GatewayInfo.withGatewayName(java.lang.String gatewayName)
The name of the gateway.
|
GatewayInfo |
GatewayInfo.withGatewayOperationalState(java.lang.String gatewayOperationalState)
The state of the gateway.
|
GatewayInfo |
GatewayInfo.withGatewayType(java.lang.String gatewayType)
The type of the gateway.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<GatewayInfo> gateways) |
ListGatewaysResult |
ListGatewaysResult.withGateways(java.util.Collection<GatewayInfo> gateways) |
Modifier and Type | Method and Description |
---|---|
GatewayInfo |
GatewayInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
GatewayInfoJsonMarshaller.marshall(GatewayInfo gatewayInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|