Uses of Class
com.tencentcloudapi.cam.v20190116.models.UpdateUserOIDCConfigResponse
-
Packages that use UpdateUserOIDCConfigResponse Package Description com.tencentcloudapi.cam.v20190116 com.tencentcloudapi.cam.v20190116.models -
-
Uses of UpdateUserOIDCConfigResponse in com.tencentcloudapi.cam.v20190116
Methods in com.tencentcloudapi.cam.v20190116 that return UpdateUserOIDCConfigResponse Modifier and Type Method Description UpdateUserOIDCConfigResponseCamClient. UpdateUserOIDCConfig(UpdateUserOIDCConfigRequest req)修改用户OIDC配置 -
Uses of UpdateUserOIDCConfigResponse in com.tencentcloudapi.cam.v20190116.models
Constructors in com.tencentcloudapi.cam.v20190116.models with parameters of type UpdateUserOIDCConfigResponse Constructor Description UpdateUserOIDCConfigResponse(UpdateUserOIDCConfigResponse 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.
-