Interface CredentialsProvider

    • Method Detail

      • 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