Uses of Class
com.amazonaws.services.elasticmapreduce.model.Command

Packages that use Command
com.amazonaws.services.elasticmapreduce.model Classes modeling the various types represented by AmazonElasticMapReduce. 
 

Uses of Command in com.amazonaws.services.elasticmapreduce.model
 

Methods in com.amazonaws.services.elasticmapreduce.model that return Command
 Command Command.withArgs(Collection<String> args)
          Arguments for Amazon EMR to pass to the command for execution.
 Command Command.withArgs(String... args)
          Arguments for Amazon EMR to pass to the command for execution.
 Command Command.withName(String name)
          The name of the command.
 Command Command.withScriptPath(String scriptPath)
          The Amazon S3 location of the command script.
 

Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type Command
 List<Command> ListBootstrapActionsResult.getBootstrapActions()
          The bootstrap actions associated with the cluster.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type Command
 ListBootstrapActionsResult ListBootstrapActionsResult.withBootstrapActions(Command... bootstrapActions)
          The bootstrap actions associated with the cluster.
 

Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type Command
 void ListBootstrapActionsResult.setBootstrapActions(Collection<Command> bootstrapActions)
          The bootstrap actions associated with the cluster.
 ListBootstrapActionsResult ListBootstrapActionsResult.withBootstrapActions(Collection<Command> bootstrapActions)
          The bootstrap actions associated with the cluster.
 



Copyright © 2016. All rights reserved.