| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetCapacityUnitType |
TargetCapacityUnitType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TargetCapacityUnitType |
GetSpotPlacementScoresRequest.targetCapacityUnitType()
The unit for the target capacity.
|
TargetCapacityUnitType |
TargetCapacitySpecification.targetCapacityUnitType()
The unit for the target capacity.
|
TargetCapacityUnitType |
TargetCapacitySpecificationRequest.targetCapacityUnitType()
The unit for the target capacity.
|
TargetCapacityUnitType |
SpotFleetRequestConfigData.targetCapacityUnitType()
The unit for the target capacity.
|
static TargetCapacityUnitType |
TargetCapacityUnitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetCapacityUnitType[] |
TargetCapacityUnitType.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<TargetCapacityUnitType> |
TargetCapacityUnitType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetSpotPlacementScoresRequest.Builder |
GetSpotPlacementScoresRequest.Builder.targetCapacityUnitType(TargetCapacityUnitType targetCapacityUnitType)
The unit for the target capacity.
|
TargetCapacitySpecification.Builder |
TargetCapacitySpecification.Builder.targetCapacityUnitType(TargetCapacityUnitType targetCapacityUnitType)
The unit for the target capacity.
|
TargetCapacitySpecificationRequest.Builder |
TargetCapacitySpecificationRequest.Builder.targetCapacityUnitType(TargetCapacityUnitType targetCapacityUnitType)
The unit for the target capacity.
|
SpotFleetRequestConfigData.Builder |
SpotFleetRequestConfigData.Builder.targetCapacityUnitType(TargetCapacityUnitType targetCapacityUnitType)
The unit for the target capacity.
|
Copyright © 2021. All rights reserved.