Interface CredentialsProvider

All Known Implementing Classes:
SessionCredentialsProvider

public interface CredentialsProvider
  • Method Summary

    Modifier and Type Method Description
    software.amazon.awssdk.auth.credentials.AwsSessionCredentials get()  
    void setCredentials​(Credentials credentials)
    Inject a new set of credentials (passed through from caller)
  • Method Details

    • get

      software.amazon.awssdk.auth.credentials.AwsSessionCredentials get()
      Returns:
      the current set of credentials for initialising AWS SDK Clients
    • setCredentials

      void setCredentials​(Credentials credentials)
      Inject a new set of credentials (passed through from caller)
      Parameters:
      credentials - , incoming credentials for the call that is being made