Uses of Class
com.amazonaws.kinesisvideo.producer.ExponentialBackoffRetryStrategyConfig.JitterType
-
Packages that use ExponentialBackoffRetryStrategyConfig.JitterType Package Description com.amazonaws.kinesisvideo.producer -
-
Uses of ExponentialBackoffRetryStrategyConfig.JitterType in com.amazonaws.kinesisvideo.producer
Methods in com.amazonaws.kinesisvideo.producer that return ExponentialBackoffRetryStrategyConfig.JitterType Modifier and Type Method Description static ExponentialBackoffRetryStrategyConfig.JitterTypeExponentialBackoffRetryStrategyConfig.JitterType. fromValue(int value)ExponentialBackoffRetryStrategyConfig.JitterTypeExponentialBackoffRetryStrategyConfig. getJitterType()static ExponentialBackoffRetryStrategyConfig.JitterTypeExponentialBackoffRetryStrategyConfig.JitterType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExponentialBackoffRetryStrategyConfig.JitterType[]ExponentialBackoffRetryStrategyConfig.JitterType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-