Uses of Class
com.tencentcloudapi.cam.v20190116.models.UpdateOIDCConfigResponse
-
Packages that use UpdateOIDCConfigResponse Package Description com.tencentcloudapi.cam.v20190116 com.tencentcloudapi.cam.v20190116.models -
-
Uses of UpdateOIDCConfigResponse in com.tencentcloudapi.cam.v20190116
Methods in com.tencentcloudapi.cam.v20190116 that return UpdateOIDCConfigResponse Modifier and Type Method Description UpdateOIDCConfigResponseCamClient. UpdateOIDCConfig(UpdateOIDCConfigRequest req)修改角色OIDC配置 -
Uses of UpdateOIDCConfigResponse in com.tencentcloudapi.cam.v20190116.models
Constructors in com.tencentcloudapi.cam.v20190116.models with parameters of type UpdateOIDCConfigResponse Constructor Description UpdateOIDCConfigResponse(UpdateOIDCConfigResponse 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.
-