Uses of Class
com.amazonaws.services.elasticmapreduce.model.BootstrapActionDetail
Packages that use BootstrapActionDetail
-
Uses of BootstrapActionDetail in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return BootstrapActionDetailModifier and TypeMethodDescriptionBootstrapActionDetail.clone()
BootstrapActionDetail.withBootstrapActionConfig
(BootstrapActionConfig bootstrapActionConfig) A description of the bootstrap action.Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type BootstrapActionDetailModifier and TypeMethodDescriptionJobFlowDetail.getBootstrapActions()
A list of the bootstrap actions run by the job flow.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type BootstrapActionDetailModifier and TypeMethodDescriptionJobFlowDetail.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 BootstrapActionDetailModifier and TypeMethodDescriptionvoid
JobFlowDetail.setBootstrapActions
(Collection<BootstrapActionDetail> bootstrapActions) A list of the bootstrap actions run by the job flow.JobFlowDetail.withBootstrapActions
(Collection<BootstrapActionDetail> bootstrapActions) A list of the bootstrap actions run by the job flow.