Package com.amazonaws.util
Class CredentialUtils
java.lang.Object
com.amazonaws.util.CredentialUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AWSCredentialsProvider
Returns the credentials provider that will be used to fetch the credentials when signing the request.
-
Constructor Details
-
CredentialUtils
public CredentialUtils()
-
-
Method Details
-
getCredentialsProvider
public static AWSCredentialsProvider getCredentialsProvider(AmazonWebServiceRequest req, AWSCredentialsProvider base) Returns the credentials provider that will be used to fetch the credentials when signing the request. Request specific credentials takes precedence over the credentials/credentials provider set in the client.
-