Package com.amazonaws.util
Class CredentialUtils
- java.lang.Object
-
- com.amazonaws.util.CredentialUtils
-
public class CredentialUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description CredentialUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AWSCredentialsProvider
getCredentialsProvider(AmazonWebServiceRequest req, AWSCredentialsProvider base)
Returns the credentials provider that will be used to fetch the credentials when signing the request.
-
-
-
Method Detail
-
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.
-
-