Uses of Class
com.amazonaws.services.elasticmapreduce.model.Command
Packages that use Command
-
Uses of Command in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return CommandModifier and TypeMethodDescriptionCommand.clone()
Arguments for Amazon EMR to pass to the command for execution.Command.withArgs
(Collection<String> args) Arguments for Amazon EMR to pass to the command for execution.The name of the 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 CommandModifier and TypeMethodDescriptionListBootstrapActionsResult.getBootstrapActions()
The bootstrap actions associated with the cluster .Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type CommandModifier and TypeMethodDescriptionListBootstrapActionsResult.withBootstrapActions
(Command... bootstrapActions) The bootstrap actions associated with the cluster .Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type CommandModifier and TypeMethodDescriptionvoid
ListBootstrapActionsResult.setBootstrapActions
(Collection<Command> bootstrapActions) The bootstrap actions associated with the cluster .ListBootstrapActionsResult.withBootstrapActions
(Collection<Command> bootstrapActions) The bootstrap actions associated with the cluster .