Uses of Class
com.amazonaws.kinesisvideo.producer.ClientInfo.AutomaticStreamingFlags
-
Packages that use ClientInfo.AutomaticStreamingFlags Package Description com.amazonaws.kinesisvideo.producer -
-
Uses of ClientInfo.AutomaticStreamingFlags in com.amazonaws.kinesisvideo.producer
Methods in com.amazonaws.kinesisvideo.producer that return ClientInfo.AutomaticStreamingFlags Modifier and Type Method Description static ClientInfo.AutomaticStreamingFlagsClientInfo.AutomaticStreamingFlags. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientInfo.AutomaticStreamingFlags[]ClientInfo.AutomaticStreamingFlags. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.kinesisvideo.producer with parameters of type ClientInfo.AutomaticStreamingFlags Modifier and Type Method Description 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)Constructors in com.amazonaws.kinesisvideo.producer with parameters of type ClientInfo.AutomaticStreamingFlags Constructor Description ClientInfo(long createClientTimeout, long createStreamTimeout, long stopStreamTimeout, long offlineBufferAvailabilityTimeout, int logLevel, boolean logMetric, ClientInfo.AutomaticStreamingFlags flag, long serviceCallCompletionTimeout, long serviceCallConnectionTimeout)Deprecated.ClientInfo(long createClientTimeout, long createStreamTimeout, long stopStreamTimeout, long offlineBufferAvailabilityTimeout, int logLevel, boolean logMetric, ClientInfo.AutomaticStreamingFlags flag, long serviceCallCompletionTimeout, long serviceCallConnectionTimeout, long metricLoggingPeriod, long reservedCallbackPeriod, KvsRetryStrategy kvsRetryStrategy)Deprecated.
-