Uses of Enum
software.amazon.awssdk.services.ec2.model.TargetCapacityUnitType
Packages that use TargetCapacityUnitType
-
Uses of TargetCapacityUnitType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TargetCapacityUnitTypeModifier and TypeMethodDescriptionstatic TargetCapacityUnitTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TargetCapacityUnitTypeGetSpotPlacementScoresRequest.targetCapacityUnitType()The unit for the target capacity.final TargetCapacityUnitTypeSpotFleetRequestConfigData.targetCapacityUnitType()The unit for the target capacity.final TargetCapacityUnitTypeTargetCapacitySpecification.targetCapacityUnitType()The unit for the target capacity.final TargetCapacityUnitTypeTargetCapacitySpecificationRequest.targetCapacityUnitType()The unit for the target capacity.static TargetCapacityUnitTypeReturns 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.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TargetCapacityUnitTypeModifier and TypeMethodDescriptionstatic Set<TargetCapacityUnitType>TargetCapacityUnitType.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type TargetCapacityUnitTypeModifier and TypeMethodDescriptionGetSpotPlacementScoresRequest.Builder.targetCapacityUnitType(TargetCapacityUnitType targetCapacityUnitType) The unit for the target capacity.SpotFleetRequestConfigData.Builder.targetCapacityUnitType(TargetCapacityUnitType targetCapacityUnitType) The unit for the target capacity.TargetCapacitySpecification.Builder.targetCapacityUnitType(TargetCapacityUnitType targetCapacityUnitType) The unit for the target capacity.TargetCapacitySpecificationRequest.Builder.targetCapacityUnitType(TargetCapacityUnitType targetCapacityUnitType) The unit for the target capacity.