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

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

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

Methods in com.amazonaws.services.elasticmapreduce.model that return ScriptBootstrapActionConfig
 ScriptBootstrapActionConfig BootstrapActionConfig.getScriptBootstrapAction()
          Returns the value of the ScriptBootstrapAction property for this object.
 ScriptBootstrapActionConfig ScriptBootstrapActionConfig.withArgs(Collection<String> args)
          Sets the value of the Args property for this object.
 ScriptBootstrapActionConfig ScriptBootstrapActionConfig.withArgs(String... args)
          Sets the value of the Args property for this object.
 ScriptBootstrapActionConfig ScriptBootstrapActionConfig.withPath(String path)
          Sets the value of the Path property for this object.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type ScriptBootstrapActionConfig
 void BootstrapActionConfig.setScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
          Sets the value of the ScriptBootstrapAction property for this object.
 BootstrapActionConfig BootstrapActionConfig.withScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
          Sets the value of the ScriptBootstrapAction property for this object.
 



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