Uses of Class
com.amazonaws.services.elasticmapreduce.model.Application
-
Packages that use Application Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of Application in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return Application Modifier and Type Method Description ApplicationApplication. addAdditionalInfoEntry(String key, String value)ApplicationApplication. clearAdditionalInfoEntries()Removes all the entries added into AdditionalInfo.ApplicationApplication. clone()ApplicationApplication. withAdditionalInfo(Map<String,String> additionalInfo)This option is for advanced users only.ApplicationApplication. withArgs(String... args)Arguments for Amazon EMR to pass to the application.ApplicationApplication. withArgs(Collection<String> args)Arguments for Amazon EMR to pass to the application.ApplicationApplication. withName(String name)The name of the application.ApplicationApplication. withVersion(String version)The version of the application.Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type Application Modifier and Type Method Description List<Application>Cluster. getApplications()The applications installed on this cluster.List<Application>RunJobFlowRequest. getApplications()Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type Application Modifier and Type Method Description ClusterCluster. withApplications(Application... applications)The applications installed on this cluster.RunJobFlowRequestRunJobFlowRequest. withApplications(Application... applications)Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type Application Modifier and Type Method Description voidCluster. setApplications(Collection<Application> applications)The applications installed on this cluster.voidRunJobFlowRequest. setApplications(Collection<Application> applications)ClusterCluster. withApplications(Collection<Application> applications)The applications installed on this cluster.RunJobFlowRequestRunJobFlowRequest. withApplications(Collection<Application> applications)
-