Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceAutoRecoveryState
-
Packages that use InstanceAutoRecoveryState Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of InstanceAutoRecoveryState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceAutoRecoveryState Modifier and Type Method Description InstanceAutoRecoveryStateInstanceMaintenanceOptions. autoRecovery()Provides information on the current automatic recovery behavior of your instance.InstanceAutoRecoveryStateInstanceMaintenanceOptionsRequest. autoRecovery()Disables the automatic recovery behavior of your instance or sets it to default.InstanceAutoRecoveryStateModifyInstanceMaintenanceOptionsRequest. autoRecovery()Disables the automatic recovery behavior of your instance or sets it to default.InstanceAutoRecoveryStateModifyInstanceMaintenanceOptionsResponse. autoRecovery()Provides information on the current automatic recovery behavior of your instance.static InstanceAutoRecoveryStateInstanceAutoRecoveryState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static InstanceAutoRecoveryStateInstanceAutoRecoveryState. valueOf(String name)Returns 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 InstanceAutoRecoveryState Modifier and Type Method Description static Set<InstanceAutoRecoveryState>InstanceAutoRecoveryState. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceAutoRecoveryState Modifier and Type Method Description InstanceMaintenanceOptions.BuilderInstanceMaintenanceOptions.Builder. autoRecovery(InstanceAutoRecoveryState autoRecovery)Provides information on the current automatic recovery behavior of your instance.InstanceMaintenanceOptionsRequest.BuilderInstanceMaintenanceOptionsRequest.Builder. autoRecovery(InstanceAutoRecoveryState autoRecovery)Disables the automatic recovery behavior of your instance or sets it to default.ModifyInstanceMaintenanceOptionsRequest.BuilderModifyInstanceMaintenanceOptionsRequest.Builder. autoRecovery(InstanceAutoRecoveryState autoRecovery)Disables the automatic recovery behavior of your instance or sets it to default.ModifyInstanceMaintenanceOptionsResponse.BuilderModifyInstanceMaintenanceOptionsResponse.Builder. autoRecovery(InstanceAutoRecoveryState autoRecovery)Provides information on the current automatic recovery behavior of your instance.
-