Uses of Class
com.amazonaws.services.storagegateway.model.GatewayInfo
-
Packages that use GatewayInfo Package Description com.amazonaws.services.storagegateway.model -
-
Uses of GatewayInfo in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return GatewayInfo Modifier and Type Method 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.Methods in com.amazonaws.services.storagegateway.model that return types with arguments of type GatewayInfo Modifier and Type Method Description List<GatewayInfo>
ListGatewaysResult. getGateways()
Methods in com.amazonaws.services.storagegateway.model with parameters of type GatewayInfo Modifier and Type Method Description ListGatewaysResult
ListGatewaysResult. withGateways(GatewayInfo... gateways)
NOTE: This method appends the values to the existing list (if any).Method parameters in com.amazonaws.services.storagegateway.model with type arguments of type GatewayInfo Modifier and Type Method Description void
ListGatewaysResult. setGateways(Collection<GatewayInfo> gateways)
ListGatewaysResult
ListGatewaysResult. withGateways(Collection<GatewayInfo> gateways)
-