Class SessionCredentials


  • public final class SessionCredentials
    extends Credentials
    AWS credentials for API authentication.
    See Also:
    • Method Detail

      • getAccessKeyId

        public String getAccessKeyId()
        AccessKeyId ID that identifies the temporary credentials.
      • getSecretAccessKey

        public String getSecretAccessKey()
        The Secret Access Key to sign requests.
      • getSessionToken

        public String getSessionToken()
        The security token that users must pass to the service API to use the temporary credentials.
      • getExpiration

        public com.google.common.base.Optional<Date> getExpiration()
        The date on which these credentials expire.