Uses of Class
com.amazonaws.services.elasticmapreduce.util.BootstrapActions.ConfigFile
-
Packages that use BootstrapActions.ConfigFile Package Description 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 Modifier and Type Method Description static BootstrapActions.ConfigFileBootstrapActions.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 Modifier and Type Method Description BootstrapActions.ConfigureHadoopBootstrapActions.ConfigureHadoop. withKeyValue(BootstrapActions.ConfigFile file, String key, String value)Deprecated.Specify a key-value pair to merge with Hadoop's default configuration.BootstrapActions.ConfigureHadoopBootstrapActions.ConfigureHadoop. withXml(BootstrapActions.ConfigFile file, String xmlPath)Deprecated.Specify an XML file in S3 to merge with Hadoop's default configuration.
-