com.aliyun.auth.credentials.provider.ICredentialProviderBuilder Maven / Gradle / Ivy
The newest version!
package com.aliyun.auth.credentials.provider;
import com.aliyun.auth.credentials.exception.CredentialException;
public interface ICredentialProviderBuilder {
ICredentialProvider getICredentialProvider() throws CredentialException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy