Uses of Class
com.amazonaws.services.elasticmapreduce.util.BootstrapActions.ConfigFile

Packages that use BootstrapActions.ConfigFile
com.amazonaws.services.elasticmapreduce.util   
 

Uses of BootstrapActions.ConfigFile in com.amazonaws.services.elasticmapreduce.util
 

Methods in com.amazonaws.services.elasticmapreduce.util that return BootstrapActions.ConfigFile
static BootstrapActions.ConfigFile BootstrapActions.ConfigFile.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BootstrapActions.ConfigFile[] BootstrapActions.ConfigFile.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.amazonaws.services.elasticmapreduce.util with parameters of type BootstrapActions.ConfigFile
 BootstrapActions.ConfigureHadoop BootstrapActions.ConfigureHadoop.withKeyValue(BootstrapActions.ConfigFile file, String key, String value)
          Specify a key-value pair to merge with Hadoop's default configuration.
 BootstrapActions.ConfigureHadoop BootstrapActions.ConfigureHadoop.withXml(BootstrapActions.ConfigFile file, String xmlPath)
          Specify an XML file in S3 to merge with Hadoop's default configuration.
 



Copyright © 2016. All rights reserved.