Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static InstanceLifecycle |
InstanceLifecycle.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
DescribeFleetsInstances |
DescribeFleetsInstances.withLifecycle(InstanceLifecycle lifecycle)
Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.
|
DescribeFleetError |
DescribeFleetError.withLifecycle(InstanceLifecycle lifecycle)
Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.
|
CreateFleetInstance |
CreateFleetInstance.withLifecycle(InstanceLifecycle lifecycle)
Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.
|
CreateFleetError |
CreateFleetError.withLifecycle(InstanceLifecycle lifecycle)
Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.
|
Copyright © 2023. All rights reserved.