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

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

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

Methods in com.amazonaws.services.elasticmapreduce.model that return BootstrapActionConfig
 BootstrapActionConfig BootstrapActionDetail.getBootstrapActionConfig()
          Returns the value of the BootstrapActionConfig property for this object.
 BootstrapActionConfig BootstrapActionConfig.withName(String name)
          Sets the value of the Name property for this object.
 BootstrapActionConfig BootstrapActionConfig.withScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
          Sets the value of the ScriptBootstrapAction property for this object.
 

Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type BootstrapActionConfig
 List<BootstrapActionConfig> RunJobFlowRequest.getBootstrapActions()
          Returns the value of the BootstrapActions property for this object.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type BootstrapActionConfig
 void BootstrapActionDetail.setBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
          Sets the value of the BootstrapActionConfig property for this object.
 BootstrapActionDetail BootstrapActionDetail.withBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
          Sets the value of the BootstrapActionConfig property for this object.
 RunJobFlowRequest RunJobFlowRequest.withBootstrapActions(BootstrapActionConfig... bootstrapActions)
          Sets the value of the BootstrapActions property for this object.
 

Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type BootstrapActionConfig
 void RunJobFlowRequest.setBootstrapActions(Collection<BootstrapActionConfig> bootstrapActions)
          Sets the value of the BootstrapActions property for this object.
 RunJobFlowRequest RunJobFlowRequest.withBootstrapActions(Collection<BootstrapActionConfig> bootstrapActions)
          Sets the value of the BootstrapActions property for this object.
 



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