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

com.byteplus.service.iam.IIamService Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.service.iam;

import com.byteplus.model.request.ListUsersRequest;
import com.byteplus.model.response.ListUsersResponse;
import com.byteplus.service.IBaseService;

/**
 * The interface Iam service.
 */
public interface IIamService extends IBaseService {
    /**
     * List users.
     *
     * @param listUsersRequest the list users request
     * @return the list users response
     * @throws Exception the exception
     */
    ListUsersResponse listUsers(ListUsersRequest listUsersRequest) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy