Package cn.ucloud.sts.client
Interface STSClientInterface
-
- All Superinterfaces:
AutoCloseable,Client,Closeable
- All Known Implementing Classes:
STSClient
public interface STSClientInterface extends Client
This client is used to call actions of **STS** service
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssumeRoleResponseassumeRole(AssumeRoleRequest request)AssumeRole - 获取扮演角色的临时身份凭证
-
-
-
Method Detail
-
assumeRole
AssumeRoleResponse assumeRole(AssumeRoleRequest request) throws UCloudException
AssumeRole - 获取扮演角色的临时身份凭证- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
-