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 GatewayInfoGatewayInfo. clone()GatewayInfoGatewayInfo. withGatewayARN(String gatewayARN)The Amazon Resource Name (ARN) of the gateway.GatewayInfoGatewayInfo. withGatewayId(String gatewayId)The unique identifier assigned to your gateway during activation.GatewayInfoGatewayInfo. withGatewayName(String gatewayName)The name of the gateway.GatewayInfoGatewayInfo. withGatewayOperationalState(String gatewayOperationalState)The state of the gateway.GatewayInfoGatewayInfo. 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 ListGatewaysResultListGatewaysResult. 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 voidListGatewaysResult. setGateways(Collection<GatewayInfo> gateways)ListGatewaysResultListGatewaysResult. withGateways(Collection<GatewayInfo> gateways)
-