Uses of Enum
software.amazon.awssdk.profiles.ProfileFile.Type
Packages that use ProfileFile.Type
-
Uses of ProfileFile.Type in software.amazon.awssdk.profiles
Methods in software.amazon.awssdk.profiles that return ProfileFile.TypeModifier and TypeMethodDescriptionstatic ProfileFile.TypeReturns 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.TypeModifier and TypeMethodDescriptionstatic ProfileFileSupplierProfileFileSupplier.reloadWhenModified(Path path, ProfileFile.Type type) Creates aProfileFileSuppliercapable of producing multiple profile objects from a file.ProfileFile.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.TypeModifier and TypeMethodDescriptionProfileFileReader.parseFile(InputStream profileStream, ProfileFile.Type fileType) Parses the input and returns a mutable map from profile name to a map of properties.