Uses of Class
com.tencentcloudapi.batch.v20170312.models.RunSecurityServiceEnabled
-
Packages that use RunSecurityServiceEnabled Package Description com.tencentcloudapi.batch.v20170312.models -
-
Uses of RunSecurityServiceEnabled in com.tencentcloudapi.batch.v20170312.models
Methods in com.tencentcloudapi.batch.v20170312.models that return RunSecurityServiceEnabled Modifier and Type Method Description RunSecurityServiceEnabledEnhancedService. getSecurityService()Get 开启云安全服务。若不指定该参数,则默认开启云安全服务。Methods in com.tencentcloudapi.batch.v20170312.models with parameters of type RunSecurityServiceEnabled Modifier and Type Method Description voidEnhancedService. setSecurityService(RunSecurityServiceEnabled SecurityService)Set 开启云安全服务。若不指定该参数,则默认开启云安全服务。Constructors in com.tencentcloudapi.batch.v20170312.models with parameters of type RunSecurityServiceEnabled Constructor Description RunSecurityServiceEnabled(RunSecurityServiceEnabled 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.
-