Uses of Class
com.amazonaws.services.elasticmapreduce.model.BootstrapActionDetail

Packages that use BootstrapActionDetail
com.amazonaws.services.elasticmapreduce.model Classes modeling the various types represented by AmazonElasticMapReduce. 
 

Uses of BootstrapActionDetail in com.amazonaws.services.elasticmapreduce.model
 

Methods in com.amazonaws.services.elasticmapreduce.model that return BootstrapActionDetail
 BootstrapActionDetail BootstrapActionDetail.withBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
          A description of the bootstrap action.
 

Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type BootstrapActionDetail
 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
 JobFlowDetail JobFlowDetail.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
 void JobFlowDetail.setBootstrapActions(Collection<BootstrapActionDetail> bootstrapActions)
          A list of the bootstrap actions run by the job flow.
 JobFlowDetail JobFlowDetail.withBootstrapActions(Collection<BootstrapActionDetail> bootstrapActions)
          A list of the bootstrap actions run by the job flow.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.