| Package | Description |
|---|---|
| software.amazon.awssdk.auth.token.credentials |
| Modifier and Type | Method and Description |
|---|---|
ProfileTokenProvider |
ProfileTokenProvider.Builder.build()
Create a
ProfileTokenProvider using the configuration applied to this builder. |
static ProfileTokenProvider |
ProfileTokenProvider.create()
Create a
ProfileTokenProvider using the ProfileFile.defaultProfileFile() and default profile name. |
static ProfileTokenProvider |
ProfileTokenProvider.create(String profileName)
Create a
ProfileTokenProvider using the given profile name and ProfileFile.defaultProfileFile(). |
Copyright © 2023. All rights reserved.