Uses of Class
com.tencentcloudapi.emr.v20190103.models.BootstrapAction
-
Packages that use BootstrapAction Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of BootstrapAction in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return BootstrapAction Modifier and Type Method Description BootstrapAction[]RunJobFlowRequest. getBootstrapActions()Get 引导脚本。Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type BootstrapAction Modifier and Type Method Description voidRunJobFlowRequest. setBootstrapActions(BootstrapAction[] BootstrapActions)Set 引导脚本。Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type BootstrapAction Constructor Description BootstrapAction(BootstrapAction source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-