public interface CredentialsProvider
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.auth.credentials.AwsSessionCredentials |
get()
Return the current set of credentials for initialising AWS SDK Clients
|
void |
setCredentials(Credentials credentials)
Inject a new set of credentials (passed through from caller)
|
software.amazon.awssdk.auth.credentials.AwsSessionCredentials get()
void setCredentials(Credentials credentials)
Copyright © 2019 Amazon Web Services, Inc. All Rights Reserved.