com.qcloud.cos.auth.COSCredentialsFetcher Maven / Gradle / Ivy
package com.qcloud.cos.auth;
import com.qcloud.cos.exception.CosClientException;
public interface COSCredentialsFetcher {
COSCredentials fetch() throws CosClientException;
COSCredentials fetch(int retryTimes) throws CosClientException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy