Uses of Class
com.amazonaws.services.storagegateway.model.GatewayInfo
Packages that use GatewayInfo
-
Uses of GatewayInfo in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return GatewayInfoModifier and TypeMethodDescriptionGatewayInfo.clone()
GatewayInfo.withGatewayARN
(String gatewayARN) The Amazon Resource Name (ARN) of the gateway.GatewayInfo.withGatewayId
(String gatewayId) The unique identifier assigned to your gateway during activation.GatewayInfo.withGatewayName
(String gatewayName) The name of the gateway.GatewayInfo.withGatewayOperationalState
(String gatewayOperationalState) The state of the gateway.GatewayInfo.withGatewayType
(String gatewayType) The type of the gateway.Methods in com.amazonaws.services.storagegateway.model that return types with arguments of type GatewayInfoMethods in com.amazonaws.services.storagegateway.model with parameters of type GatewayInfoModifier and TypeMethodDescriptionListGatewaysResult.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 GatewayInfoModifier and TypeMethodDescriptionvoid
ListGatewaysResult.setGateways
(Collection<GatewayInfo> gateways) ListGatewaysResult.withGateways
(Collection<GatewayInfo> gateways)