Uses of Class
com.tencentcloudapi.emr.v20190103.models.COSSettings
-
Packages that use COSSettings Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of COSSettings in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return COSSettings Modifier and Type Method Description COSSettingsCreateInstanceRequest. getCOSSettings()Get 开启COS访问需要设置的参数。Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type COSSettings Modifier and Type Method Description voidCreateInstanceRequest. setCOSSettings(COSSettings COSSettings)Set 开启COS访问需要设置的参数。Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type COSSettings Constructor Description COSSettings(COSSettings 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.
-