| Package | Description |
|---|---|
| com.amazonaws.auth.profile |
AWS configuration profiles allow you to share multiple sets of AWS
security credentials between different tools such as the AWS SDK for Java
and the AWS CLI.
|
| com.amazonaws.auth.profile.internal |
| Modifier and Type | Method and Description |
|---|---|
Map<String,BasicProfile> |
ProfilesConfigFile.getAllBasicProfiles() |
| Modifier and Type | Method and Description |
|---|---|
BasicProfile |
AllProfiles.getProfile(String profileName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,BasicProfile> |
AllProfiles.getProfiles() |
| Constructor and Description |
|---|
ProfileAssumeRoleCredentialsProvider(ProfileCredentialsService profileCredentialsService,
AllProfiles allProfiles,
BasicProfile profile) |
ProfileStaticCredentialsProvider(BasicProfile profile) |
| Constructor and Description |
|---|
AllProfiles(Map<String,BasicProfile> profiles) |
Copyright © 2018. All rights reserved.