Uses of Class
com.amazonaws.services.elasticmapreduce.model.SupportedProductConfig

Packages that use SupportedProductConfig
com.amazonaws.services.elasticmapreduce.model Classes modeling the various types represented by AmazonElasticMapReduce. 
 

Uses of SupportedProductConfig in com.amazonaws.services.elasticmapreduce.model
 

Methods in com.amazonaws.services.elasticmapreduce.model that return SupportedProductConfig
 SupportedProductConfig SupportedProductConfig.withArgs(Collection<String> args)
          The list of user-supplied arguments.
 SupportedProductConfig SupportedProductConfig.withArgs(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
 List<SupportedProductConfig> RunJobFlowRequest.getNewSupportedProducts()
          A list of strings that indicates third-party software to use with the job flow that accepts a user argument list.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type SupportedProductConfig
 RunJobFlowRequest RunJobFlowRequest.withNewSupportedProducts(SupportedProductConfig... newSupportedProducts)
          A list of strings that indicates third-party software to use with the job flow that accepts a user argument list.
 

Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type SupportedProductConfig
 void RunJobFlowRequest.setNewSupportedProducts(Collection<SupportedProductConfig> newSupportedProducts)
          A list of strings that indicates third-party software to use with the job flow that accepts a user argument list.
 RunJobFlowRequest RunJobFlowRequest.withNewSupportedProducts(Collection<SupportedProductConfig> newSupportedProducts)
          A list of strings that indicates third-party software to use with the job flow that accepts a user argument list.
 



Copyright © 2016. All rights reserved.