Uses of Enum
software.amazon.awssdk.services.ec2.model.InstanceInterruptionBehavior
Packages that use InstanceInterruptionBehavior
-
Uses of InstanceInterruptionBehavior in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceInterruptionBehaviorModifier and TypeMethodDescriptionstatic InstanceInterruptionBehaviorUse this in place of valueOf to convert the raw string returned by the service into the enum value.LaunchTemplateSpotMarketOptions.instanceInterruptionBehavior()The behavior when a Spot Instance is interrupted.LaunchTemplateSpotMarketOptionsRequest.instanceInterruptionBehavior()The behavior when a Spot Instance is interrupted.RequestSpotInstancesRequest.instanceInterruptionBehavior()The behavior when a Spot Instance is interrupted.SpotFleetRequestConfigData.instanceInterruptionBehavior()The behavior when a Spot Instance is interrupted.SpotInstanceRequest.instanceInterruptionBehavior()The behavior when a Spot Instance is interrupted.SpotMarketOptions.instanceInterruptionBehavior()The behavior when a Spot Instance is interrupted.static InstanceInterruptionBehaviorReturns the enum constant of this type with the specified name.static InstanceInterruptionBehavior[]InstanceInterruptionBehavior.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 InstanceInterruptionBehaviorModifier and TypeMethodDescriptionstatic Set<InstanceInterruptionBehavior>InstanceInterruptionBehavior.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceInterruptionBehaviorModifier and TypeMethodDescriptionLaunchTemplateSpotMarketOptions.Builder.instanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior) The behavior when a Spot Instance is interrupted.LaunchTemplateSpotMarketOptionsRequest.Builder.instanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior) The behavior when a Spot Instance is interrupted.RequestSpotInstancesRequest.Builder.instanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior) The behavior when a Spot Instance is interrupted.SpotFleetRequestConfigData.Builder.instanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior) The behavior when a Spot Instance is interrupted.SpotInstanceRequest.Builder.instanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior) The behavior when a Spot Instance is interrupted.SpotMarketOptions.Builder.instanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior) The behavior when a Spot Instance is interrupted.