Uses of Class
software.amazon.awssdk.services.emr.model.ScriptBootstrapActionConfig
-
Packages that use ScriptBootstrapActionConfig Package Description software.amazon.awssdk.services.emr.model -
-
Uses of ScriptBootstrapActionConfig in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return ScriptBootstrapActionConfig Modifier and Type Method Description ScriptBootstrapActionConfigBootstrapActionConfig. scriptBootstrapAction()The script run by the bootstrap action.Methods in software.amazon.awssdk.services.emr.model with parameters of type ScriptBootstrapActionConfig Modifier and Type Method Description BootstrapActionConfig.BuilderBootstrapActionConfig.Builder. scriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)The script run by the bootstrap action.
-