public class KinesisVideoCredentials
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.util.Date |
CREDENTIALS_NEVER_EXPIRE
Sentinel value indicating the credentials never expire
|
static KinesisVideoCredentials |
EMPTY_KINESIS_VIDEO_CREDENTIALS |
Constructor and Description |
---|
KinesisVideoCredentials(java.lang.String accessKey,
java.lang.String secretKey) |
KinesisVideoCredentials(java.lang.String accessKey,
java.lang.String secretKey,
java.lang.String sessionToken,
java.util.Date expiration) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessKey() |
java.util.Date |
getExpiration() |
java.lang.String |
getSecretKey() |
java.lang.String |
getSessionToken() |
public static final java.util.Date CREDENTIALS_NEVER_EXPIRE
public static final KinesisVideoCredentials EMPTY_KINESIS_VIDEO_CREDENTIALS
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.