| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceLifecycle |
InstanceLifecycle.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InstanceLifecycle |
DescribeFleetError.lifecycle()
Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.
|
InstanceLifecycle |
CreateFleetInstance.lifecycle()
Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.
|
InstanceLifecycle |
CreateFleetError.lifecycle()
Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.
|
InstanceLifecycle |
DescribeFleetsInstances.lifecycle()
Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.
|
static InstanceLifecycle |
InstanceLifecycle.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<InstanceLifecycle> |
InstanceLifecycle.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetError.Builder |
DescribeFleetError.Builder.lifecycle(InstanceLifecycle lifecycle)
Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.
|
CreateFleetInstance.Builder |
CreateFleetInstance.Builder.lifecycle(InstanceLifecycle lifecycle)
Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.
|
CreateFleetError.Builder |
CreateFleetError.Builder.lifecycle(InstanceLifecycle lifecycle)
Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.
|
DescribeFleetsInstances.Builder |
DescribeFleetsInstances.Builder.lifecycle(InstanceLifecycle lifecycle)
Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.
|
Copyright © 2019. All rights reserved.