- parseFile(InputStream, ProfileFile.Type) - Static method in class software.amazon.awssdk.profiles.internal.ProfileFileReader
-
Parses the input and returns a mutable map from profile name to a map of properties.
- Profile - Class in software.amazon.awssdk.profiles
-
A named collection of configuration stored in a
ProfileFile.
- profile(String) - Method in class software.amazon.awssdk.profiles.ProfileFile
-
Retrieve the profile from this file with the given name.
- Profile.Builder - Interface in software.amazon.awssdk.profiles
-
- profileFile(Supplier<ProfileFile>) - Method in class software.amazon.awssdk.profiles.internal.ProfileFileRefresher.Builder
-
- profileFile() - Method in class software.amazon.awssdk.profiles.internal.ProfileFileRefresher.ProfileFileRefreshRecord
-
The refreshed ProfileFile instance.
- ProfileFile - Class in software.amazon.awssdk.profiles
-
Provides programmatic access to the contents of an AWS configuration profile file.
- ProfileFile.Aggregator - Class in software.amazon.awssdk.profiles
-
A mechanism for merging multiple
ProfileFiles together into a single file.
- ProfileFile.Builder - Interface in software.amazon.awssdk.profiles
-
- ProfileFile.Type - Enum in software.amazon.awssdk.profiles
-
The supported types of profile files.
- ProfileFileLocation - Class in software.amazon.awssdk.profiles
-
A collection of static methods for loading the location for configuration and credentials files.
- profileFilePath(Path) - Method in class software.amazon.awssdk.profiles.internal.ProfileFileRefresher.Builder
-
- ProfileFileReader - Class in software.amazon.awssdk.profiles.internal
-
Converts an
InputStream to a configuration or credentials file into a map of profiles and their properties.
- ProfileFileRefresher - Class in software.amazon.awssdk.profiles.internal
-
Class used for caching and reloading ProfileFile objects from a Supplier.
- ProfileFileRefresher.Builder - Class in software.amazon.awssdk.profiles.internal
-
- ProfileFileRefresher.ProfileFileRefreshRecord - Class in software.amazon.awssdk.profiles.internal
-
Class used to encapsulate additional refresh information.
- ProfileFileSupplier - Interface in software.amazon.awssdk.profiles
-
Encapsulates the logic for supplying either a single or multiple ProfileFile instances.
- ProfileFileSystemSetting - Enum in software.amazon.awssdk.profiles
-
System settings for loading configuration from profile files.
- ProfileProperty - Class in software.amazon.awssdk.profiles
-
The properties used by the Java SDK from the credentials and config files.
- profiles() - Method in class software.amazon.awssdk.profiles.ProfileFile
-
Retrieve an unmodifiable collection including all of the profiles in this file.
- PROFILES_SECTION_TITLE - Static variable in class software.amazon.awssdk.profiles.ProfileFile
-
- ProfileSection - Enum in software.amazon.awssdk.profiles.internal
-
Enum describing all the valid section names supported by SDK.
- properties(Map<String, String>) - Method in interface software.amazon.awssdk.profiles.Profile.Builder
-
Define the properties configured in this profile.
- properties() - Method in class software.amazon.awssdk.profiles.Profile
-
Retrieve an unmodifiable view of all of the properties currently in this profile.
- property(String) - Method in class software.amazon.awssdk.profiles.Profile
-
Retrieve a specific raw property from this profile.
- property() - Method in enum software.amazon.awssdk.profiles.ProfileFileSystemSetting
-