Uses of Enum Class
software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.ScalingAdjustmentType
Packages that use EmrCreateCluster.ScalingAdjustmentType
Package
Description
Tasks for AWS Step Functions
-
Uses of EmrCreateCluster.ScalingAdjustmentType in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return EmrCreateCluster.ScalingAdjustmentTypeModifier and TypeMethodDescriptionEmrCreateCluster.SimpleScalingPolicyConfigurationProperty.getAdjustmentType()The way in which EC2 instances are added (if ScalingAdjustment is a positive number) or terminated (if ScalingAdjustment is a negative number) each time the scaling activity is triggered.EmrCreateCluster.SimpleScalingPolicyConfigurationProperty.Jsii$Proxy.getAdjustmentType()Returns the enum constant of this class with the specified name.EmrCreateCluster.ScalingAdjustmentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type EmrCreateCluster.ScalingAdjustmentTypeModifier and TypeMethodDescriptionEmrCreateCluster.SimpleScalingPolicyConfigurationProperty.Builder.adjustmentType(EmrCreateCluster.ScalingAdjustmentType adjustmentType)