Uses of Class
software.amazon.awssdk.services.storagegateway.model.HostEnvironment
-
Packages that use HostEnvironment Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of HostEnvironment in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return HostEnvironment Modifier and Type Method Description static HostEnvironmentHostEnvironment. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HostEnvironmentDescribeGatewayInformationResponse. hostEnvironment()The type of hardware or software platform on which the gateway is running.HostEnvironmentGatewayInfo. hostEnvironment()The type of hardware or software platform on which the gateway is running.static HostEnvironmentHostEnvironment. valueOf(String name)Returns the enum constant of this type with the specified name.static HostEnvironment[]HostEnvironment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type HostEnvironment Modifier and Type Method Description static Set<HostEnvironment>HostEnvironment. knownValues()Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type HostEnvironment Modifier and Type Method Description DescribeGatewayInformationResponse.BuilderDescribeGatewayInformationResponse.Builder. hostEnvironment(HostEnvironment hostEnvironment)The type of hardware or software platform on which the gateway is running.GatewayInfo.BuilderGatewayInfo.Builder. hostEnvironment(HostEnvironment hostEnvironment)The type of hardware or software platform on which the gateway is running.
-