Uses of Class
com.amazonaws.kinesisvideo.producer.AuthInfoType
-
Packages that use AuthInfoType Package Description com.amazonaws.kinesisvideo.producer -
-
Uses of AuthInfoType in com.amazonaws.kinesisvideo.producer
Methods in com.amazonaws.kinesisvideo.producer that return AuthInfoType Modifier and Type Method Description AuthInfoTypeAuthInfo. getAuthType()static AuthInfoTypeAuthInfoType. 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.Constructors in com.amazonaws.kinesisvideo.producer with parameters of type AuthInfoType Constructor Description AuthInfo(AuthInfoType authType, byte[] data, long expiration)Public constructorAuthInfo(AuthInfoType authType, String data, long expiration)Public constructor
-