|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Application | |
---|---|
com.amazonaws.services.elasticmapreduce.model | Classes modeling the various types represented by AmazonElasticMapReduce. |
Uses of Application in com.amazonaws.services.elasticmapreduce.model |
---|
Methods in com.amazonaws.services.elasticmapreduce.model that return Application | |
---|---|
Application |
Application.addAdditionalInfoEntry(String key,
String value)
This option is for advanced users only. |
Application |
Application.clearAdditionalInfoEntries()
Removes all the entries added into AdditionalInfo. |
Application |
Application.withAdditionalInfo(Map<String,String> additionalInfo)
This option is for advanced users only. |
Application |
Application.withArgs(Collection<String> args)
Arguments for Amazon EMR to pass to the application. |
Application |
Application.withArgs(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 | |
---|---|
List<Application> |
Cluster.getApplications()
The applications installed on this cluster. |
Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type Application | |
---|---|
Cluster |
Cluster.withApplications(Application... applications)
The applications installed on this cluster. |
Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type Application | |
---|---|
void |
Cluster.setApplications(Collection<Application> applications)
The applications installed on this cluster. |
Cluster |
Cluster.withApplications(Collection<Application> applications)
The applications installed on this cluster. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |