Uses of Class
software.amazon.awssdk.profiles.ProfileFile
Packages that use ProfileFile
-
Uses of ProfileFile in software.amazon.awssdk.profiles
Methods in software.amazon.awssdk.profiles that return ProfileFileModifier and TypeMethodDescriptionProfileFile.Aggregator.build()ProfileFile.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 ProfileFileModifier and TypeMethodDescriptionProfileFile.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 ProfileFileModifier and TypeMethodDescriptionAggregateProfileFileSupplier.get()ProfileFileRefresher.ProfileFileRefreshRecord.profileFile()The refreshed ProfileFile instance.ProfileFileRefresher.refreshIfStale()Retrieves the cache value or refreshes it if stale.Method parameters in software.amazon.awssdk.profiles.internal with type arguments of type ProfileFileModifier and TypeMethodDescriptionProfileFileRefresher.Builder.onProfileFileReload(Consumer<ProfileFile> consumer) Sets a custom action to perform when a profile file is reloaded.ProfileFileRefresher.Builder.profileFile(Supplier<ProfileFile> profileFile)