Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceLifecycle
-
Packages that use InstanceLifecycle Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of InstanceLifecycle in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceLifecycle Modifier and Type Method Description static InstanceLifecycleInstanceLifecycle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InstanceLifecycleCreateFleetError. lifecycle()Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.InstanceLifecycleCreateFleetInstance. lifecycle()Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.InstanceLifecycleDescribeFleetError. lifecycle()Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.InstanceLifecycleDescribeFleetsInstances. lifecycle()Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.static InstanceLifecycleInstanceLifecycle. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceLifecycle[]InstanceLifecycle. 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 InstanceLifecycle Modifier and Type Method Description static Set<InstanceLifecycle>InstanceLifecycle. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceLifecycle Modifier and Type Method Description CreateFleetError.BuilderCreateFleetError.Builder. lifecycle(InstanceLifecycle lifecycle)Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.CreateFleetInstance.BuilderCreateFleetInstance.Builder. lifecycle(InstanceLifecycle lifecycle)Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.DescribeFleetError.BuilderDescribeFleetError.Builder. lifecycle(InstanceLifecycle lifecycle)Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.DescribeFleetsInstances.BuilderDescribeFleetsInstances.Builder. lifecycle(InstanceLifecycle lifecycle)Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.
-