public class KinesisVideoCredentials extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Date |
CREDENTIALS_NEVER_EXPIRE
Sentinel value indicating the credentials never expire
|
static KinesisVideoCredentials |
EMPTY_KINESIS_VIDEO_CREDENTIALS |
| Constructor and Description |
|---|
KinesisVideoCredentials(String accessKey,
String secretKey) |
KinesisVideoCredentials(String accessKey,
String secretKey,
String sessionToken,
Date expiration) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKey() |
Date |
getExpiration() |
String |
getSecretKey() |
String |
getSessionToken() |
public static final Date CREDENTIALS_NEVER_EXPIRE
public static final KinesisVideoCredentials EMPTY_KINESIS_VIDEO_CREDENTIALS
Copyright © 2019. All rights reserved.