Uses of Enum
software.amazon.awssdk.services.ec2.model.InstanceAutoRecoveryState
Packages that use InstanceAutoRecoveryState
-
Uses of InstanceAutoRecoveryState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceAutoRecoveryStateModifier and TypeMethodDescriptionInstanceMaintenanceOptions.autoRecovery()Provides information on the current automatic recovery behavior of your instance.InstanceMaintenanceOptionsRequest.autoRecovery()Disables the automatic recovery behavior of your instance or sets it to default.ModifyInstanceMaintenanceOptionsRequest.autoRecovery()Disables the automatic recovery behavior of your instance or sets it to default.ModifyInstanceMaintenanceOptionsResponse.autoRecovery()Provides information on the current automatic recovery behavior of your instance.static InstanceAutoRecoveryStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.static InstanceAutoRecoveryStateReturns the enum constant of this type with the specified name.static InstanceAutoRecoveryState[]InstanceAutoRecoveryState.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 InstanceAutoRecoveryStateModifier and TypeMethodDescriptionstatic Set<InstanceAutoRecoveryState>InstanceAutoRecoveryState.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceAutoRecoveryStateModifier and TypeMethodDescriptionInstanceMaintenanceOptions.Builder.autoRecovery(InstanceAutoRecoveryState autoRecovery) Provides information on the current automatic recovery behavior of your instance.InstanceMaintenanceOptionsRequest.Builder.autoRecovery(InstanceAutoRecoveryState autoRecovery) Disables the automatic recovery behavior of your instance or sets it to default.ModifyInstanceMaintenanceOptionsRequest.Builder.autoRecovery(InstanceAutoRecoveryState autoRecovery) Disables the automatic recovery behavior of your instance or sets it to default.ModifyInstanceMaintenanceOptionsResponse.Builder.autoRecovery(InstanceAutoRecoveryState autoRecovery) Provides information on the current automatic recovery behavior of your instance.