Class LegacyToNonLegacyAdapter
java.lang.Object
software.amazon.awssdk.core.internal.waiters.LegacyToNonLegacyAdapter
- All Implemented Interfaces:
BackoffStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadaptee()
computeDelay
(int attempt) Compute the amount of time to wait before the provided attempt number is executed.
-
Constructor Details
-
LegacyToNonLegacyAdapter
-
-
Method Details
-
computeDelay
Description copied from interface:BackoffStrategy
Compute the amount of time to wait before the provided attempt number is executed.- Specified by:
computeDelay
in interfaceBackoffStrategy
- Parameters:
attempt
- The attempt to compute the delay for, starting at one.
-
adaptee
-