Uses of Enum
software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.InstanceMarket
Packages that use EmrCreateCluster.InstanceMarket
Package
Description
Tasks for AWS Step Functions
-
Uses of EmrCreateCluster.InstanceMarket in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return EmrCreateCluster.InstanceMarketModifier and TypeMethodDescriptiondefault EmrCreateCluster.InstanceMarketEmrCreateCluster.InstanceGroupConfigProperty.getMarket()Market type of the EC2 instances used to create a cluster node.EmrCreateCluster.InstanceGroupConfigProperty.Jsii$Proxy.getMarket()default EmrCreateCluster.InstanceMarketEmrCreateCluster.ScalingActionProperty.getMarket()Not available for instance groups.EmrCreateCluster.ScalingActionProperty.Jsii$Proxy.getMarket()Returns the enum constant of this type with the specified name.static EmrCreateCluster.InstanceMarket[]EmrCreateCluster.InstanceMarket.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type EmrCreateCluster.InstanceMarketModifier and TypeMethodDescriptionEmrCreateCluster.InstanceGroupConfigProperty.Builder.market(EmrCreateCluster.InstanceMarket market) Sets the value ofEmrCreateCluster.InstanceGroupConfigProperty.getMarket()EmrCreateCluster.ScalingActionProperty.Builder.market(EmrCreateCluster.InstanceMarket market) Sets the value ofEmrCreateCluster.ScalingActionProperty.getMarket()