Uses of Class
software.amazon.awssdk.profiles.ProfileFile.Type
-
Packages that use ProfileFile.Type Package Description software.amazon.awssdk.profiles software.amazon.awssdk.profiles.internal -
-
Uses of ProfileFile.Type in software.amazon.awssdk.profiles
Methods in software.amazon.awssdk.profiles that return ProfileFile.Type Modifier and Type Method Description static ProfileFile.TypeProfileFile.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ProfileFile.Type[]ProfileFile.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.profiles with parameters of type ProfileFile.Type Modifier and Type Method Description static ProfileFileSupplierProfileFileSupplier. reloadWhenModified(Path path, ProfileFile.Type type)Creates aProfileFileSuppliercapable of producing multiple profile objects from a file.ProfileFile.BuilderProfileFile.Builder. type(ProfileFile.Type type)Configure theProfileFile.Typeof file that should be loaded. -
Uses of ProfileFile.Type in software.amazon.awssdk.profiles.internal
Methods in software.amazon.awssdk.profiles.internal with parameters of type ProfileFile.Type Modifier and Type Method Description static Map<String,Map<String,Map<String,String>>>ProfileFileReader. parseFile(InputStream profileStream, ProfileFile.Type fileType)Parses the input and returns a mutable map from profile name to a map of properties.
-