Uses of Class
software.amazon.awssdk.crt.io.ExponentialBackoffRetryOptions.JitterMode
-
Packages that use ExponentialBackoffRetryOptions.JitterMode Package Description software.amazon.awssdk.crt.io -
-
Uses of ExponentialBackoffRetryOptions.JitterMode in software.amazon.awssdk.crt.io
Methods in software.amazon.awssdk.crt.io that return ExponentialBackoffRetryOptions.JitterMode Modifier and Type Method Description ExponentialBackoffRetryOptions.JitterModeExponentialBackoffRetryOptions. getJitterMode()static ExponentialBackoffRetryOptions.JitterModeExponentialBackoffRetryOptions.JitterMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ExponentialBackoffRetryOptions.JitterMode[]ExponentialBackoffRetryOptions.JitterMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.crt.io with parameters of type ExponentialBackoffRetryOptions.JitterMode Modifier and Type Method Description ExponentialBackoffRetryOptionsExponentialBackoffRetryOptions. withJitterMode(ExponentialBackoffRetryOptions.JitterMode jitterMode)
-