Migrating from aws-sdk-java-v1: ProfilesConfigFile #3216
-
Looking at the aws-sdk-java-v2 docs for migrating from 1.x to 2.x, I'm not seeing anything about the ProfilesConfigFile class that is present in the 1.x API, but removed in the 2.x API. Does anyone know if there is an equivalent to this class in the 2.x API? Specifically, I'm looking for the functionality provided by getAllBasicProfiles(). I saw someone else posed this question on gitter, but no solution was given. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
ProfileFile is what you're looking for. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
ProfileFile is what you're looking for.