Package | Description |
---|---|
com.ibm.cloud.objectstorage.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.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Profile> |
ProfilesConfigFile.getAllProfiles()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
ProfilesConfigFileWriter.dumpToFile(File destination,
boolean overwrite,
Profile... profiles)
Write all the credential profiles to a file.
|
static void |
ProfilesConfigFileWriter.modifyOneProfile(File destination,
String profileName,
Profile newProfile)
Modify one profile in the existing credentials file by in-place
modification.
|
static void |
ProfilesConfigFileWriter.modifyOrInsertProfiles(File destination,
Profile... profiles)
Modify or insert new profiles into an existing credentials file by
in-place modification.
|
Copyright © 2024. All rights reserved.