| Package | Description |
|---|---|
| software.amazon.awssdk.crt.auth.credentials |
| Modifier and Type | Method and Description |
|---|---|
static ProfileCredentialsProvider.Builder |
ProfileCredentialsProvider.builder()
Get a builder for creating a custom profile credentials provider.
|
ProfileCredentialsProvider.Builder |
ProfileCredentialsProvider.Builder.withClientBootstrap(ClientBootstrap clientBootstrap)
Sets the client bootstrap (host resolver and event loop group) to use when making the connections
required by this provider.
|
ProfileCredentialsProvider.Builder |
ProfileCredentialsProvider.Builder.withConfigFileNameOverride(String configFileNameOverride)
Sets the name of the config file to use.
|
ProfileCredentialsProvider.Builder |
ProfileCredentialsProvider.Builder.withCredentialsFileNameOverride(String credentialsFileNameOverride)
Sets the name of the credentials file to use.
|
ProfileCredentialsProvider.Builder |
ProfileCredentialsProvider.Builder.withProfileName(String profileName)
Sets the name of the profile to use.
|
ProfileCredentialsProvider.Builder |
ProfileCredentialsProvider.Builder.withTlsContext(TlsContext tlsContext)
Sets the tls context to use for any secure network connections made while sourcing credentials.
|
Copyright © 2021. All rights reserved.