public static class AwsOptions.AwsUserCredentialsFactory extends java.lang.Object implements DefaultValueFactory<com.amazonaws.auth.AWSCredentialsProvider>
| Constructor and Description | 
|---|
AwsUserCredentialsFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
com.amazonaws.auth.AWSCredentialsProvider | 
create(PipelineOptions options)
Creates a default value for a getter marked with  
Default.InstanceFactory. | 
public com.amazonaws.auth.AWSCredentialsProvider create(PipelineOptions options)
DefaultValueFactoryDefault.InstanceFactory.create in interface DefaultValueFactory<com.amazonaws.auth.AWSCredentialsProvider>options - The current pipeline options.