Uses of Class
com.tencentcloudapi.emr.v20190103.models.PreExecuteFileSettings
-
Packages that use PreExecuteFileSettings Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of PreExecuteFileSettings in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return PreExecuteFileSettings Modifier and Type Method Description PreExecuteFileSettings[]CreateInstanceRequest. getPreExecutedFileSettings()Get [引导操作](https://cloud.tencent.com/document/product/589/35656)脚本设置。PreExecuteFileSettings[]ScaleOutInstanceRequest. getPreExecutedFileSettings()Get 引导操作脚本设置。Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type PreExecuteFileSettings Modifier and Type Method Description voidCreateInstanceRequest. setPreExecutedFileSettings(PreExecuteFileSettings[] PreExecutedFileSettings)Set [引导操作](https://cloud.tencent.com/document/product/589/35656)脚本设置。voidScaleOutInstanceRequest. setPreExecutedFileSettings(PreExecuteFileSettings[] PreExecutedFileSettings)Set 引导操作脚本设置。Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type PreExecuteFileSettings Constructor Description PreExecuteFileSettings(PreExecuteFileSettings 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.
-