public class AwsCredentials
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAWSAccessKeyId()
Returns the AWS Key Id
|
java.lang.String |
getAWSSecretKey()
Returns the AWS secret access key
|
java.util.Optional<java.time.OffsetDateTime> |
getExpiration()
Returns the optional expiration date.
|
java.util.Optional<java.lang.String> |
getToken()
Returns the optional security token
This will be defined if the credentials are temporary
|
boolean |
isTemporary()
Returns true if these credentials are temporary
|
public java.lang.String getAWSAccessKeyId()
public java.lang.String getAWSSecretKey()
public boolean isTemporary()
public java.util.Optional<java.time.OffsetDateTime> getExpiration()
public java.util.Optional<java.lang.String> getToken()