Package org.gradle.api.credentials
Interface AwsCredentials
- All Superinterfaces:
Credentials
Represents credentials used to authenticate with Amazon Web Services.
-
Method Summary
Modifier 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.void
setAccessKey
(String accessKey) Sets the access key to use to authenticate with AWS.void
setSecretKey
(String secretKey) Sets the secret key to use to authenticate with AWS.void
setSessionToken
(String token) Sets the secret key to use to authenticate with AWS.
-
Method Details
-
getAccessKey
Returns the access key to use to authenticate with AWS. -
setAccessKey
Sets the access key to use to authenticate with AWS. -
getSecretKey
Returns the secret key to use to authenticate with AWS. -
setSecretKey
Sets the secret key to use to authenticate with AWS. -
getSessionToken
Returns the secret key to use to authenticate with AWS.- Since:
- 3.3
-
setSessionToken
Sets the secret key to use to authenticate with AWS.- Since:
- 3.3
-