Package org.gradle.api.credentials
Interface AwsCredentials
- All Superinterfaces:
- Credentials
Represents credentials used to authenticate with Amazon Web Services.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the access key to use to authenticate with AWS.Returns the secret key to use to authenticate with AWS.Returns the secret key to use to authenticate with AWS.voidsetAccessKey(String accessKey) Sets the access key to use to authenticate with AWS.voidsetSecretKey(String secretKey) Sets the secret key to use to authenticate with AWS.voidsetSessionToken(String token) Sets the secret key to use to authenticate with AWS.
- 
Method Details- 
getAccessKeyReturns the access key to use to authenticate with AWS.
- 
setAccessKeySets the access key to use to authenticate with AWS.
- 
getSecretKeyReturns the secret key to use to authenticate with AWS.
- 
setSecretKeySets the secret key to use to authenticate with AWS.
- 
getSessionTokenReturns the secret key to use to authenticate with AWS.- Since:
- 3.3
 
- 
setSessionTokenSets the secret key to use to authenticate with AWS.- Since:
- 3.3
 
 
-