Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceInterruptionBehavior
-
Packages that use InstanceInterruptionBehavior Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of InstanceInterruptionBehavior in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceInterruptionBehavior Modifier and Type Method Description static InstanceInterruptionBehaviorInstanceInterruptionBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InstanceInterruptionBehaviorLaunchTemplateSpotMarketOptions. instanceInterruptionBehavior()The behavior when a Spot Instance is interrupted.InstanceInterruptionBehaviorLaunchTemplateSpotMarketOptionsRequest. instanceInterruptionBehavior()The behavior when a Spot Instance is interrupted.InstanceInterruptionBehaviorRequestSpotInstancesRequest. instanceInterruptionBehavior()The behavior when a Spot Instance is interrupted.InstanceInterruptionBehaviorSpotFleetRequestConfigData. instanceInterruptionBehavior()The behavior when a Spot Instance is interrupted.InstanceInterruptionBehaviorSpotInstanceRequest. instanceInterruptionBehavior()The behavior when a Spot Instance is interrupted.InstanceInterruptionBehaviorSpotMarketOptions. instanceInterruptionBehavior()The behavior when a Spot Instance is interrupted.static InstanceInterruptionBehaviorInstanceInterruptionBehavior. valueOf(String name)Returns 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 InstanceInterruptionBehavior Modifier and Type Method Description static Set<InstanceInterruptionBehavior>InstanceInterruptionBehavior. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceInterruptionBehavior Modifier and Type Method Description LaunchTemplateSpotMarketOptions.BuilderLaunchTemplateSpotMarketOptions.Builder. instanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)The behavior when a Spot Instance is interrupted.LaunchTemplateSpotMarketOptionsRequest.BuilderLaunchTemplateSpotMarketOptionsRequest.Builder. instanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)The behavior when a Spot Instance is interrupted.RequestSpotInstancesRequest.BuilderRequestSpotInstancesRequest.Builder. instanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)The behavior when a Spot Instance is interrupted.SpotFleetRequestConfigData.BuilderSpotFleetRequestConfigData.Builder. instanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)The behavior when a Spot Instance is interrupted.SpotInstanceRequest.BuilderSpotInstanceRequest.Builder. instanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)The behavior when a Spot Instance is interrupted.SpotMarketOptions.BuilderSpotMarketOptions.Builder. instanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)The behavior when a Spot Instance is interrupted.
-