| Package | Description |
|---|---|
| software.amazon.awssdk.profiles | |
| software.amazon.awssdk.profiles.internal |
| Modifier and Type | Method and Description |
|---|---|
static ProfileFile.Type |
ProfileFile.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.
|
| Modifier and Type | Method and Description |
|---|---|
ProfileFile.Builder |
ProfileFile.Builder.type(ProfileFile.Type type)
Configure the
ProfileFile.Type of file that should be loaded. |
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.