Uses of Class
software.amazon.awssdk.services.emr.model.SupportedProductConfig
-
Packages that use SupportedProductConfig Package Description software.amazon.awssdk.services.emr.model -
-
Uses of SupportedProductConfig in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type SupportedProductConfig Modifier and Type Method Description List<SupportedProductConfig>RunJobFlowRequest. newSupportedProducts()Methods in software.amazon.awssdk.services.emr.model with parameters of type SupportedProductConfig Modifier and Type Method Description RunJobFlowRequest.BuilderRunJobFlowRequest.Builder. newSupportedProducts(SupportedProductConfig... newSupportedProducts)Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type SupportedProductConfig Modifier and Type Method Description RunJobFlowRequest.BuilderRunJobFlowRequest.Builder. newSupportedProducts(Collection<SupportedProductConfig> newSupportedProducts)
-