Uses of Class
com.tencentcloudapi.cam.v20190116.models.CreateServiceLinkedRoleRequest
-
Packages that use CreateServiceLinkedRoleRequest Package Description com.tencentcloudapi.cam.v20190116 com.tencentcloudapi.cam.v20190116.models -
-
Uses of CreateServiceLinkedRoleRequest in com.tencentcloudapi.cam.v20190116
Methods in com.tencentcloudapi.cam.v20190116 with parameters of type CreateServiceLinkedRoleRequest Modifier and Type Method Description CreateServiceLinkedRoleResponse
CamClient. CreateServiceLinkedRole(CreateServiceLinkedRoleRequest req)
创建服务相关角色 -
Uses of CreateServiceLinkedRoleRequest in com.tencentcloudapi.cam.v20190116.models
Constructors in com.tencentcloudapi.cam.v20190116.models with parameters of type CreateServiceLinkedRoleRequest Constructor Description CreateServiceLinkedRoleRequest(CreateServiceLinkedRoleRequest 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.
-