Uses of Class
software.amazon.awssdk.services.backupgateway.model.GatewayType
-
Packages that use GatewayType Package Description software.amazon.awssdk.services.backupgateway.model -
-
Uses of GatewayType in software.amazon.awssdk.services.backupgateway.model
Methods in software.amazon.awssdk.services.backupgateway.model that return GatewayType Modifier and Type Method Description static GatewayTypeGatewayType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GatewayTypeCreateGatewayRequest. gatewayType()The type of created gateway.GatewayTypeGateway. gatewayType()The type of the gateway.GatewayTypeGatewayDetails. gatewayType()The type of the gateway type.static GatewayTypeGatewayType. valueOf(String name)Returns the enum constant of this type with the specified name.static GatewayType[]GatewayType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.backupgateway.model that return types with arguments of type GatewayType Modifier and Type Method Description static Set<GatewayType>GatewayType. knownValues()Methods in software.amazon.awssdk.services.backupgateway.model with parameters of type GatewayType Modifier and Type Method Description CreateGatewayRequest.BuilderCreateGatewayRequest.Builder. gatewayType(GatewayType gatewayType)The type of created gateway.Gateway.BuilderGateway.Builder. gatewayType(GatewayType gatewayType)The type of the gateway.GatewayDetails.BuilderGatewayDetails.Builder. gatewayType(GatewayType gatewayType)The type of the gateway type.
-