| Package | Description |
|---|---|
| com.amazonaws.kinesisvideo.producer |
| Modifier and Type | Method and Description |
|---|---|
AuthInfoType |
AuthInfo.getAuthType() |
static AuthInfoType |
AuthInfoType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthInfoType[] |
AuthInfoType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AuthInfo(AuthInfoType authType,
byte[] data,
long expiration)
Public constructor
|
AuthInfo(AuthInfoType authType,
String data,
long expiration)
Public constructor
|
Copyright © 2019. All rights reserved.