Uses of Class
com.tencentcloudapi.iecp.v20210914.models.SecurityContext
-
Packages that use SecurityContext Package Description com.tencentcloudapi.iecp.v20210914.models -
-
Uses of SecurityContext in com.tencentcloudapi.iecp.v20210914.models
Methods in com.tencentcloudapi.iecp.v20210914.models that return SecurityContext Modifier and Type Method Description SecurityContextContainer. getSecurityContext()Get 安全配置Methods in com.tencentcloudapi.iecp.v20210914.models with parameters of type SecurityContext Modifier and Type Method Description voidContainer. setSecurityContext(SecurityContext SecurityContext)Set 安全配置Constructors in com.tencentcloudapi.iecp.v20210914.models with parameters of type SecurityContext Constructor Description SecurityContext(SecurityContext 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.
-