Package software.amazon.awssdk.retries.api.internal.backoff
package software.amazon.awssdk.retries.api.internal.backoff
-
ClassesClassDescriptionStrategy that waits for a random period of time between a lower bound x and an exponentially increasing amount of time between each subsequent attempt of the same call.Strategy that waits for a random period of time between 0ms and an exponentially increasing amount of time between each subsequent attempt of the same call.Strategy that waits for an exponentially increasing amount of time between each subsequent attempt of the same call.Strategy that waits for a random period of time between 0ms and the provided delay.Strategy that waits for a period of time equal to the provided delay.Strategy that do not back off: retry immediately.