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 CommandCommand. clone()CommandCommand. withArgs(String... args)Arguments for Amazon EMR to pass to the command for execution.CommandCommand. withArgs(Collection<String> args)Arguments for Amazon EMR to pass to the command for execution.CommandCommand. withName(String name)The name of the command.CommandCommand. 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 ListBootstrapActionsResultListBootstrapActionsResult. 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 voidListBootstrapActionsResult. setBootstrapActions(Collection<Command> bootstrapActions)The bootstrap actions associated with the cluster .ListBootstrapActionsResultListBootstrapActionsResult. withBootstrapActions(Collection<Command> bootstrapActions)The bootstrap actions associated with the cluster .
-