public interface BceCredentials
A basic implementation of this interface is provided in DefaultBceCredentials, but callers
are free to provide their own implementation, for example, to load BCE credentials from an encrypted file.
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKeyId()
Returns the BCE access key ID for this credentials object.
|
String |
getSecretKey()
Returns the BCE secret access key for this credentials object.
|
String getAccessKeyId()
String getSecretKey()
Copyright © 2024. All rights reserved.