Class LegacyToNonLegacyAdapter
- java.lang.Object
-
- software.amazon.awssdk.core.internal.waiters.LegacyToNonLegacyAdapter
-
- All Implemented Interfaces:
BackoffStrategy
@SdkInternalApi public class LegacyToNonLegacyAdapter extends Object implements BackoffStrategy
-
-
Constructor Summary
Constructors Constructor Description LegacyToNonLegacyAdapter(BackoffStrategy adaptee)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackoffStrategyadaptee()DurationcomputeDelay(int attempt)
-
-
-
Constructor Detail
-
LegacyToNonLegacyAdapter
public LegacyToNonLegacyAdapter(BackoffStrategy adaptee)
-
-
Method Detail
-
computeDelay
public Duration computeDelay(int attempt)
- Specified by:
computeDelayin interfaceBackoffStrategy
-
adaptee
public BackoffStrategy adaptee()
-
-