Uses of Class
software.amazon.awssdk.profiles.Profile
-
Packages that use Profile Package Description software.amazon.awssdk.profiles -
-
Uses of Profile in software.amazon.awssdk.profiles
Methods in software.amazon.awssdk.profiles that return Profile Modifier and Type Method Description ProfileProfile.Builder. build()Create a profile using the current state of this builder.Methods in software.amazon.awssdk.profiles that return types with arguments of type Profile Modifier and Type Method Description Optional<Profile>ProfileFile. getSection(String sectionName, String sectionTitle)Optional<Profile>ProfileFile. profile(String profileName)Retrieve the profile from this file with the given name.Map<String,Profile>ProfileFile. profiles()Retrieve an unmodifiable collection including all of the profiles in this file.
-