Uses of Class
software.amazon.awssdk.profiles.ProfileFile
-
Packages that use ProfileFile Package Description software.amazon.awssdk.profiles software.amazon.awssdk.profiles.internal -
-
Uses of ProfileFile in software.amazon.awssdk.profiles
Methods in software.amazon.awssdk.profiles that return ProfileFile Modifier and Type Method Description ProfileFileProfileFile.Aggregator. build()ProfileFileProfileFile.Builder. build()static ProfileFileProfileFile. defaultProfileFile()Get the default profile file, using the credentials file from "~/.aws/credentials", the config file from "~/.aws/config" and the "default" profile.Methods in software.amazon.awssdk.profiles with parameters of type ProfileFile Modifier and Type Method Description ProfileFile.AggregatorProfileFile.Aggregator. addFile(ProfileFile file)Add a file to be aggregated.static ProfileFileSupplierProfileFileSupplier. fixedProfileFile(ProfileFile profileFile)Creates aProfileFileSupplierthat produces an existing profile. -
Uses of ProfileFile in software.amazon.awssdk.profiles.internal
Methods in software.amazon.awssdk.profiles.internal that return ProfileFile Modifier and Type Method Description ProfileFileProfileFileRefresher.ProfileFileRefreshRecord. profileFile()The refreshed ProfileFile instance.ProfileFileProfileFileRefresher. refreshIfStale()Retrieves the cache value or refreshes it if stale.Method parameters in software.amazon.awssdk.profiles.internal with type arguments of type ProfileFile Modifier and Type Method Description ProfileFileRefresher.BuilderProfileFileRefresher.Builder. onProfileFileReload(Consumer<ProfileFile> consumer)Sets a custom action to perform when a profile file is reloaded.ProfileFileRefresher.BuilderProfileFileRefresher.Builder. profileFile(Supplier<ProfileFile> profileFile)
-