Uses of Class
com.amazonaws.services.elasticmapreduce.model.BootstrapActionDetail
-
Packages that use BootstrapActionDetail Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of BootstrapActionDetail in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return BootstrapActionDetail Modifier and Type Method Description BootstrapActionDetailBootstrapActionDetail. clone()BootstrapActionDetailBootstrapActionDetail. withBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)A description of the bootstrap action.Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type BootstrapActionDetail Modifier and Type Method Description List<BootstrapActionDetail>JobFlowDetail. getBootstrapActions()A list of the bootstrap actions run by the job flow.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type BootstrapActionDetail Modifier and Type Method Description JobFlowDetailJobFlowDetail. withBootstrapActions(BootstrapActionDetail... bootstrapActions)A list of the bootstrap actions run by the job flow.Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type BootstrapActionDetail Modifier and Type Method Description voidJobFlowDetail. setBootstrapActions(Collection<BootstrapActionDetail> bootstrapActions)A list of the bootstrap actions run by the job flow.JobFlowDetailJobFlowDetail. withBootstrapActions(Collection<BootstrapActionDetail> bootstrapActions)A list of the bootstrap actions run by the job flow.
-