Package | Description |
---|---|
software.amazon.awssdk.profiles |
Modifier and Type | Method and Description |
---|---|
Profile |
Profile.Builder.build()
Create a profile using the current state of this builder.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2019. All rights reserved.