Uses of Class
com.amazonaws.services.elasticmapreduce.model.SupportedProductConfig
-
Packages that use SupportedProductConfig Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of SupportedProductConfig in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return SupportedProductConfig Modifier and Type Method Description SupportedProductConfigSupportedProductConfig. clone()SupportedProductConfigSupportedProductConfig. withArgs(String... args)The list of user-supplied arguments.SupportedProductConfigSupportedProductConfig. withArgs(Collection<String> args)The list of user-supplied arguments.SupportedProductConfigSupportedProductConfig. withName(String name)The name of the product configuration.Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type SupportedProductConfig Modifier and Type Method Description List<SupportedProductConfig>RunJobFlowRequest. getNewSupportedProducts()Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type SupportedProductConfig Modifier and Type Method Description RunJobFlowRequestRunJobFlowRequest. withNewSupportedProducts(SupportedProductConfig... newSupportedProducts)Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type SupportedProductConfig Modifier and Type Method Description voidRunJobFlowRequest. setNewSupportedProducts(Collection<SupportedProductConfig> newSupportedProducts)RunJobFlowRequestRunJobFlowRequest. withNewSupportedProducts(Collection<SupportedProductConfig> newSupportedProducts)
-