Uses of Class
software.amazon.awssdk.services.emr.model.ComputeLimitsUnitType
-
Packages that use ComputeLimitsUnitType Package Description software.amazon.awssdk.services.emr.model -
-
Uses of ComputeLimitsUnitType in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return ComputeLimitsUnitType Modifier and Type Method Description static ComputeLimitsUnitTypeComputeLimitsUnitType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ComputeLimitsUnitTypeComputeLimits. unitType()The unit type used for specifying a managed scaling policy.static ComputeLimitsUnitTypeComputeLimitsUnitType. valueOf(String name)Returns the enum constant of this type with the specified name.static ComputeLimitsUnitType[]ComputeLimitsUnitType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type ComputeLimitsUnitType Modifier and Type Method Description static Set<ComputeLimitsUnitType>ComputeLimitsUnitType. knownValues()Methods in software.amazon.awssdk.services.emr.model with parameters of type ComputeLimitsUnitType Modifier and Type Method Description ComputeLimits.BuilderComputeLimits.Builder. unitType(ComputeLimitsUnitType unitType)The unit type used for specifying a managed scaling policy.
-