public abstract class AbstractAWSCredentialProvider extends Object implements com.amazonaws.auth.AWSCredentialsProvider
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSCredentialProvider(URI uri,
org.apache.hadoop.conf.Configuration conf)
Construct from URI + configuration.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.conf.Configuration |
getConf() |
URI |
getUri()
Get the binding URI: may be null.
|
void |
refresh()
Refresh is a no-op by default.
|
public org.apache.hadoop.conf.Configuration getConf()
public URI getUri()
public void refresh()
refresh in interface com.amazonaws.auth.AWSCredentialsProviderCopyright © 2008–2022 Apache Software Foundation. All rights reserved.