public interface CredentialsProvider
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.auth.credentials.AwsSessionCredentials |
get() |
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)
credentials, - incoming credentials for the call that is being madeCopyright © 2019 Amazon Web Services, Inc. All Rights Reserved.