Uses of Interface
software.amazon.awssdk.profiles.ProfileFileSupplier
-
Packages that use ProfileFileSupplier Package Description software.amazon.awssdk.profiles software.amazon.awssdk.profiles.internal -
-
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()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 ProfileFileSupplier Modifier and Type Method Description static 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 ProfileFileSupplier Modifier and Type Class Description classAggregateProfileFileSupplierConstructors in software.amazon.awssdk.profiles.internal with parameters of type ProfileFileSupplier Constructor Description AggregateProfileFileSupplier(ProfileFileSupplier... suppliers)
-