public interface AWSCredentialsProvider
| Modifier and Type | Method and Description |
|---|---|
AWSCredentials |
getCredentials ()
Returns AWSCredentials which the caller can use to authorize an AWS request.
|
void |
refresh ()
Forces this credentials provider to refresh its credentials.
|
AWSCredentials getCredentials()
void refresh()