Uses of Class
com.amazonaws.kinesisvideo.producer.ClientInfo
-
Packages that use ClientInfo Package Description com.amazonaws.kinesisvideo.producer -
-
Uses of ClientInfo in com.amazonaws.kinesisvideo.producer
Methods in com.amazonaws.kinesisvideo.producer that return ClientInfo Modifier and Type Method Description static ClientInfoClientInfo. createClientInfoV0(long createClientTimeout, long createStreamTimeout, long stopStreamTimeout, long offlineBufferAvailabilityTimeout, int logLevel, boolean logMetric)static ClientInfoClientInfo. createClientInfoV1(long createClientTimeout, long createStreamTimeout, long stopStreamTimeout, long offlineBufferAvailabilityTimeout, int logLevel, boolean logMetric, long metricLoggingPeriod)static ClientInfoClientInfo. createClientInfoV2(long createClientTimeout, long createStreamTimeout, long stopStreamTimeout, long offlineBufferAvailabilityTimeout, int logLevel, boolean logMetric, long metricLoggingPeriod, ClientInfo.AutomaticStreamingFlags automaticStreamingFlags, long reservedCallbackPeriod, KvsRetryStrategy kvsRetryStrategy)static ClientInfoClientInfo. createClientInfoV3(long createClientTimeout, long createStreamTimeout, long stopStreamTimeout, long offlineBufferAvailabilityTimeout, int logLevel, boolean logMetric, long metricLoggingPeriod, ClientInfo.AutomaticStreamingFlags automaticStreamingFlags, long reservedCallbackPeriod, KvsRetryStrategy kvsRetryStrategy, long serviceCallCompletionTimeout, long serviceCallConnectionTimeout)ClientInfoDeviceInfo. getClientInfo()Methods in com.amazonaws.kinesisvideo.producer with parameters of type ClientInfo Modifier and Type Method Description static DeviceInfoDeviceInfo. createDeviceInfoV1(String name, StorageInfo storageInfo, int streamCount, Tag[] tags, String clientId, ClientInfo clientInfo)Constructors in com.amazonaws.kinesisvideo.producer with parameters of type ClientInfo Constructor Description DeviceInfo(int version, String name, StorageInfo storageInfo, int streamCount, Tag[] tags, String clientId, ClientInfo clientInfo)Deprecated.
-