Uses of Class
com.tencentcloudapi.cam.v20190116.models.CreateRoleResponse
-
Packages that use CreateRoleResponse Package Description com.tencentcloudapi.cam.v20190116 com.tencentcloudapi.cam.v20190116.models -
-
Uses of CreateRoleResponse in com.tencentcloudapi.cam.v20190116
Methods in com.tencentcloudapi.cam.v20190116 that return CreateRoleResponse Modifier and Type Method Description CreateRoleResponseCamClient. CreateRole(CreateRoleRequest req)本接口(CreateRole)用于创建角色。 -
Uses of CreateRoleResponse in com.tencentcloudapi.cam.v20190116.models
Constructors in com.tencentcloudapi.cam.v20190116.models with parameters of type CreateRoleResponse Constructor Description CreateRoleResponse(CreateRoleResponse 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.
-