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 SupportedProductConfig
SupportedProductConfig. clone()
SupportedProductConfig
SupportedProductConfig. withArgs(String... args)
The list of user-supplied arguments.SupportedProductConfig
SupportedProductConfig. withArgs(Collection<String> args)
The list of user-supplied arguments.SupportedProductConfig
SupportedProductConfig. 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 RunJobFlowRequest
RunJobFlowRequest. withNewSupportedProducts(SupportedProductConfig... newSupportedProducts)
Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type SupportedProductConfig Modifier and Type Method Description void
RunJobFlowRequest. setNewSupportedProducts(Collection<SupportedProductConfig> newSupportedProducts)
RunJobFlowRequest
RunJobFlowRequest. withNewSupportedProducts(Collection<SupportedProductConfig> newSupportedProducts)
-