public interface Credentials
| Modifier and Type | Method and Description |
|---|---|
String |
accessKey() |
static Credentials |
fromEnvironment() |
static Credentials |
fromSystemProperties() |
static Credentials |
of(String accessKey,
String secretKey) |
String |
secretKey() |
Optional<String> |
sessionToken() |
String accessKey()
String secretKey()
static Credentials of(String accessKey, String secretKey)
static Credentials fromEnvironment()
static Credentials fromSystemProperties()
Copyright © 2021. All rights reserved.