Uses of Class
com.amazonaws.services.elasticmapreduce.model.MarketType
-
Packages that use MarketType Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of MarketType in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return MarketType Modifier and Type Method Description static MarketTypeMarketType. fromValue(String value)Use this in place of valueOf.static MarketTypeMarketType. valueOf(String name)Returns the enum constant of this type with the specified name.static MarketType[]MarketType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type MarketType Modifier and Type Method Description voidInstanceGroup. setMarket(MarketType market)The marketplace to provision instances for this group.voidInstanceGroupConfig. setMarket(MarketType market)Market type of the Amazon EC2 instances used to create a cluster node.voidInstanceGroupDetail. setMarket(MarketType market)Market type of the Amazon EC2 instances used to create a cluster node.InstanceGroupInstanceGroup. withMarket(MarketType market)The marketplace to provision instances for this group.InstanceGroupConfigInstanceGroupConfig. withMarket(MarketType market)Market type of the Amazon EC2 instances used to create a cluster node.InstanceGroupDetailInstanceGroupDetail. withMarket(MarketType market)Market type of the Amazon EC2 instances used to create a cluster node.
-