Uses of Enum
software.amazon.awssdk.services.ec2.model.HostRecovery
Packages that use HostRecovery
-
Uses of HostRecovery in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return HostRecoveryModifier and TypeMethodDescriptionstatic HostRecoveryUse this in place of valueOf to convert the raw string returned by the service into the enum value.final HostRecoveryAllocateHostsRequest.hostRecovery()Indicates whether to enable or disable host recovery for the Dedicated Host.final HostRecoveryHost.hostRecovery()Indicates whether host recovery is enabled or disabled for the Dedicated Host.final HostRecoveryModifyHostsRequest.hostRecovery()Indicates whether to enable or disable host recovery for the Dedicated Host.static HostRecoveryReturns 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 HostRecoveryMethods in software.amazon.awssdk.services.ec2.model with parameters of type HostRecoveryModifier and TypeMethodDescriptionAllocateHostsRequest.Builder.hostRecovery(HostRecovery hostRecovery) Indicates whether to enable or disable host recovery for the Dedicated Host.Host.Builder.hostRecovery(HostRecovery hostRecovery) Indicates whether host recovery is enabled or disabled for the Dedicated Host.ModifyHostsRequest.Builder.hostRecovery(HostRecovery hostRecovery) Indicates whether to enable or disable host recovery for the Dedicated Host.