Uses of Interface
software.amazon.awssdk.profiles.ProfileFileSupplier
Packages that use ProfileFileSupplier
-
Uses of ProfileFileSupplier in software.amazon.awssdk.profiles
Methods in software.amazon.awssdk.profiles that return ProfileFileSupplierModifier and TypeMethodDescriptionstatic ProfileFileSupplierProfileFileSupplier.aggregate(ProfileFileSupplier... suppliers) Creates aProfileFileSupplierby combining theProfileFileobjects from multipleProfileFileSuppliers.static ProfileFileSupplierProfileFileSupplier.defaultSupplier()Creates aProfileFileSuppliercapable of producing multiple profile objects by aggregating the default credentials and configuration files as determined byProfileFileLocation.credentialsFileLocation()andProfileFileLocation.configurationFileLocation().static ProfileFileSupplierProfileFileSupplier.fixedProfileFile(ProfileFile profileFile) Creates aProfileFileSupplierthat produces an existing profile.static ProfileFileSupplierProfileFileSupplier.reloadWhenModified(Path path, ProfileFile.Type type) Creates aProfileFileSuppliercapable of producing multiple profile objects from a file.Methods in software.amazon.awssdk.profiles with parameters of type ProfileFileSupplierModifier and TypeMethodDescriptionstatic ProfileFileSupplierProfileFileSupplier.aggregate(ProfileFileSupplier... suppliers) Creates aProfileFileSupplierby combining theProfileFileobjects from multipleProfileFileSuppliers. -
Uses of ProfileFileSupplier in software.amazon.awssdk.profiles.internal
Classes in software.amazon.awssdk.profiles.internal that implement ProfileFileSupplierModifier and TypeClassDescriptionclassConstructors in software.amazon.awssdk.profiles.internal with parameters of type ProfileFileSupplier