| Package | Description |
|---|---|
| com.ibm.cos.v2.auth.credentials | |
| com.ibm.cos.v2.profiles |
| Modifier and Type | Method and Description |
|---|---|
ProfileCredentialsProvider.Builder |
ProfileCredentialsProvider.Builder.profileFile(Consumer<ProfileFile.Builder> profileFile)
Similar to
ProfileCredentialsProvider.Builder.profileFile(ProfileFile), but takes a lambda to configure a new ProfileFile.Builder. |
| Modifier and Type | Method and Description |
|---|---|
static ProfileFile.Builder |
ProfileFile.builder()
Create a builder for a
ProfileFile. |
ProfileFile.Builder |
ProfileFile.Builder.content(InputStream contentStream)
Configure the content of the profile file.
|
ProfileFile.Builder |
ProfileFile.Builder.content(Path contentLocation)
Configure the location from which the profile file should be loaded.
|
default ProfileFile.Builder |
ProfileFile.Builder.content(String content)
Configure the content of the profile file.
|
ProfileFile.Builder |
ProfileFile.Builder.type(ProfileFile.Type type)
Configure the
ProfileFile.Type of file that should be loaded. |
Copyright © 2026. All rights reserved.