| Package | Description |
|---|---|
| software.amazon.awssdk.profiles |
| Modifier and Type | Method and Description |
|---|---|
static ProfileFileSupplier |
ProfileFileSupplier.aggregate(ProfileFileSupplier... suppliers)
Creates a
ProfileFileSupplier by combining the ProfileFile objects from multiple ProfileFileSuppliers. |
static ProfileFileSupplier |
ProfileFileSupplier.defaultSupplier()
Creates a
ProfileFileSupplier capable of producing multiple profile objects by aggregating the default
credentials and configuration files as determined by ProfileFileLocation.credentialsFileLocation() abd
ProfileFileLocation.configurationFileLocation(). |
static ProfileFileSupplier |
ProfileFileSupplier.fixedProfileFile(ProfileFile profileFile)
Creates a
ProfileFileSupplier that produces an existing profile. |
static ProfileFileSupplier |
ProfileFileSupplier.reloadWhenModified(Path path,
ProfileFile.Type type)
Creates a
ProfileFileSupplier capable of producing multiple profile objects from a file. |
| Modifier and Type | Method and Description |
|---|---|
static ProfileFileSupplier |
ProfileFileSupplier.aggregate(ProfileFileSupplier... suppliers)
Creates a
ProfileFileSupplier by combining the ProfileFile objects from multiple ProfileFileSuppliers. |
Copyright © 2023. All rights reserved.