public final class CredentialsImpl extends Object implements Credentials
| Constructor and Description |
|---|
CredentialsImpl(String accessKey,
String secretKey,
Optional<String> sessionToken) |
| Modifier and Type | Method and Description |
|---|---|
String |
accessKey() |
String |
secretKey() |
Optional<String> |
sessionToken() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromEnvironment, fromSystemProperties, of, ofpublic String accessKey()
accessKey in interface Credentialspublic String secretKey()
secretKey in interface Credentialspublic Optional<String> sessionToken()
sessionToken in interface CredentialsCopyright © 2021–2024. All rights reserved.