Uses of Class
software.amazon.awssdk.services.emr.model.AdjustmentType
-
Packages that use AdjustmentType Package Description software.amazon.awssdk.services.emr.model -
-
Uses of AdjustmentType in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return AdjustmentType Modifier and Type Method Description AdjustmentTypeSimpleScalingPolicyConfiguration. adjustmentType()The way in which Amazon EC2 instances are added (ifScalingAdjustmentis a positive number) or terminated (ifScalingAdjustmentis a negative number) each time the scaling activity is triggered.static AdjustmentTypeAdjustmentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AdjustmentTypeAdjustmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static AdjustmentType[]AdjustmentType. 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 AdjustmentType Modifier and Type Method Description static Set<AdjustmentType>AdjustmentType. knownValues()Methods in software.amazon.awssdk.services.emr.model with parameters of type AdjustmentType Modifier and Type Method Description SimpleScalingPolicyConfiguration.BuilderSimpleScalingPolicyConfiguration.Builder. adjustmentType(AdjustmentType adjustmentType)The way in which Amazon EC2 instances are added (ifScalingAdjustmentis a positive number) or terminated (ifScalingAdjustmentis a negative number) each time the scaling activity is triggered.
-