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 Application
Application. addAdditionalInfoEntry(String key, String value)
Application
Application. clearAdditionalInfoEntries()
Removes all the entries added into AdditionalInfo.Application
Application. clone()
Application
Application. withAdditionalInfo(Map<String,String> additionalInfo)
This option is for advanced users only.Application
Application. withArgs(String... args)
Arguments for Amazon EMR to pass to the application.Application
Application. withArgs(Collection<String> args)
Arguments for Amazon EMR to pass to the application.Application
Application. withName(String name)
The name of the application.Application
Application. 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 Cluster
Cluster. withApplications(Application... applications)
The applications installed on this cluster.RunJobFlowRequest
RunJobFlowRequest. withApplications(Application... applications)
Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type Application Modifier and Type Method Description void
Cluster. setApplications(Collection<Application> applications)
The applications installed on this cluster.void
RunJobFlowRequest. setApplications(Collection<Application> applications)
Cluster
Cluster. withApplications(Collection<Application> applications)
The applications installed on this cluster.RunJobFlowRequest
RunJobFlowRequest. withApplications(Collection<Application> applications)
-