Uses of Interface
software.amazon.awssdk.profiles.ProfileFileSupplier
-
Packages that use ProfileFileSupplier Package Description software.amazon.awssdk.profiles -
-
Uses of ProfileFileSupplier in software.amazon.awssdk.profiles
Methods in software.amazon.awssdk.profiles that return ProfileFileSupplier Modifier and Type Method Description static 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()abdProfileFileLocation.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 ProfileFileSupplier Modifier and Type Method Description static ProfileFileSupplierProfileFileSupplier. aggregate(ProfileFileSupplier... suppliers)Creates aProfileFileSupplierby combining theProfileFileobjects from multipleProfileFileSuppliers.
-