Uses of Class
software.amazon.awssdk.services.ec2.model.HostRecovery
-
Packages that use HostRecovery Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of HostRecovery in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return HostRecovery Modifier and Type Method Description static HostRecoveryHostRecovery. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HostRecoveryAllocateHostsRequest. hostRecovery()Indicates whether to enable or disable host recovery for the Dedicated Host.HostRecoveryHost. hostRecovery()Indicates whether host recovery is enabled or disabled for the Dedicated Host.HostRecoveryModifyHostsRequest. hostRecovery()Indicates whether to enable or disable host recovery for the Dedicated Host.static HostRecoveryHostRecovery. valueOf(String name)Returns the enum constant of this type with the specified name.static HostRecovery[]HostRecovery. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type HostRecovery Modifier and Type Method Description static Set<HostRecovery>HostRecovery. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type HostRecovery Modifier and Type Method Description AllocateHostsRequest.BuilderAllocateHostsRequest.Builder. hostRecovery(HostRecovery hostRecovery)Indicates whether to enable or disable host recovery for the Dedicated Host.Host.BuilderHost.Builder. hostRecovery(HostRecovery hostRecovery)Indicates whether host recovery is enabled or disabled for the Dedicated Host.ModifyHostsRequest.BuilderModifyHostsRequest.Builder. hostRecovery(HostRecovery hostRecovery)Indicates whether to enable or disable host recovery for the Dedicated Host.
-