Modifier and Type | Field and Description |
---|---|
static SdkClientOption<ProfileFile> |
SdkClientOption.PROFILE_FILE
The profile file to use for this client.
|
Modifier and Type | Method and Description |
---|---|
ProfileFile |
ClientOverrideConfiguration.Builder.defaultProfileFile() |
Modifier and Type | Method and Description |
---|---|
Optional<ProfileFile> |
ClientOverrideConfiguration.defaultProfileFile()
The profile file that should be used by default for all profile-based configuration in the SDK client.
|
Modifier and Type | Method and Description |
---|---|
ClientOverrideConfiguration.Builder |
ClientOverrideConfiguration.Builder.defaultProfileFile(ProfileFile defaultProfileFile)
Configure the profile file that should be used by default for all profile-based configuration in the SDK client.
|
Modifier and Type | Method and Description |
---|---|
static ProfileEndpointDiscoveryProvider |
ProfileEndpointDiscoveryProvider.create(Supplier<ProfileFile> profileFile,
String profileName) |
Modifier and Type | Field and Description |
---|---|
static ExecutionAttribute<ProfileFile> |
SdkExecutionAttribute.PROFILE_FILE |
Modifier and Type | Method and Description |
---|---|
RetryMode.Resolver |
RetryMode.Resolver.profileFile(Supplier<ProfileFile> profileFile)
Configure the profile file that should be used when determining the
RetryMode . |
Modifier and Type | Method and Description |
---|---|
ProfileFile |
ProfileFile.Builder.build() |
ProfileFile |
ProfileFile.Aggregator.build() |
static ProfileFile |
ProfileFile.defaultProfileFile()
Get the default profile file, using the credentials file from "~/.aws/credentials", the config file from "~/.aws/config"
and the "default" profile.
|
Modifier and Type | Method and Description |
---|---|
ProfileFile.Aggregator |
ProfileFile.Aggregator.addFile(ProfileFile file)
Add a file to be aggregated.
|
Copyright © 2022. All rights reserved.