All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.service.sts.ISTSService Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.service.sts;

import com.volcengine.model.request.AssumeRoleRequest;
import com.volcengine.model.response.AssumeRoleResponse;
import com.volcengine.service.IBaseService;

/**
 * The interface STS service.
 */
public interface ISTSService extends IBaseService {
    /**
     * Assume Role.
     *
     * @param assumeRoleRequest the assume role request
     * @return the assume role response
     * @throws Exception the exception
     */
    AssumeRoleResponse assumeRole(AssumeRoleRequest assumeRoleRequest) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy