com.branch.cos.auth.COSCredentialsFetcher Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of branch_cos_api Show documentation
Show all versions of branch_cos_api Show documentation
branch java sdk for qcloud cos
package com.branch.cos.auth;
import com.branch.cos.exception.CosClientException;
public interface COSCredentialsFetcher {
COSCredentials fetch() throws CosClientException;
COSCredentials fetch(int retryTimes) throws CosClientException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy