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