Uses of Enum
software.amazon.awssdk.services.ec2.model.InstanceLifecycle
Packages that use InstanceLifecycle
-
Uses of InstanceLifecycle in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceLifecycleModifier and TypeMethodDescriptionstatic InstanceLifecycleUse this in place of valueOf to convert the raw string returned by the service into the enum value.final InstanceLifecycleCreateFleetError.lifecycle()Indicates if the instance that could not be launched was a Spot, On-Demand, Capacity Block, or Interruptible Capacity Reservation instance.final InstanceLifecycleCreateFleetInstance.lifecycle()Indicates if the instance that was launched is a Spot, On-Demand, Capacity Block, or Interruptible Capacity Reservation instance.final InstanceLifecycleDescribeFleetError.lifecycle()Indicates if the instance that could not be launched was a Spot, On-Demand, Capacity Block, or Interruptible Capacity Reservation instance.final InstanceLifecycleDescribeFleetsInstances.lifecycle()Indicates if the instance that was launched is a Spot, On-Demand, Capacity Block, or Interruptible Capacity Reservation instance.static InstanceLifecycleReturns 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 InstanceLifecycleMethods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceLifecycleModifier and TypeMethodDescriptionCreateFleetError.Builder.lifecycle(InstanceLifecycle lifecycle) Indicates if the instance that could not be launched was a Spot, On-Demand, Capacity Block, or Interruptible Capacity Reservation instance.CreateFleetInstance.Builder.lifecycle(InstanceLifecycle lifecycle) Indicates if the instance that was launched is a Spot, On-Demand, Capacity Block, or Interruptible Capacity Reservation instance.DescribeFleetError.Builder.lifecycle(InstanceLifecycle lifecycle) Indicates if the instance that could not be launched was a Spot, On-Demand, Capacity Block, or Interruptible Capacity Reservation instance.DescribeFleetsInstances.Builder.lifecycle(InstanceLifecycle lifecycle) Indicates if the instance that was launched is a Spot, On-Demand, Capacity Block, or Interruptible Capacity Reservation instance.