Uses of Class
com.amazonaws.services.elasticmapreduce.model.Command
-
Packages that use Command Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of Command in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return Command Modifier and Type Method Description Command
Command. clone()
Command
Command. withArgs(String... args)
Arguments for Amazon EMR to pass to the command for execution.Command
Command. withArgs(Collection<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 Modifier and Type Method Description List<Command>
ListBootstrapActionsResult. getBootstrapActions()
The bootstrap actions associated with the cluster .Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type Command Modifier and Type Method Description 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 Modifier and Type Method Description 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 .
-