| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
DefaultTargetCapacityType |
TargetCapacitySpecificationRequest.defaultTargetCapacityType()
The default
TotalTargetCapacity, which is either Spot or On-Demand. |
DefaultTargetCapacityType |
TargetCapacitySpecification.defaultTargetCapacityType()
The default
TotalTargetCapacity, which is either Spot or On-Demand. |
static DefaultTargetCapacityType |
DefaultTargetCapacityType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DefaultTargetCapacityType |
DefaultTargetCapacityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultTargetCapacityType[] |
DefaultTargetCapacityType.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<DefaultTargetCapacityType> |
DefaultTargetCapacityType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TargetCapacitySpecificationRequest.Builder |
TargetCapacitySpecificationRequest.Builder.defaultTargetCapacityType(DefaultTargetCapacityType defaultTargetCapacityType)
The default
TotalTargetCapacity, which is either Spot or On-Demand. |
TargetCapacitySpecification.Builder |
TargetCapacitySpecification.Builder.defaultTargetCapacityType(DefaultTargetCapacityType defaultTargetCapacityType)
The default
TotalTargetCapacity, which is either Spot or On-Demand. |
Copyright © 2022. All rights reserved.