Equivalents of BackoffStrategy.defaultStrategy(), BackoffStrategy.defaultThrottlingStrategy() and RetryCondition.defaultRetryCondition() #5409
Labels
documentation
This is a problem with documentation.
Describe the issue
Deprecated method is not allowed...
BackoffStrategy/RetryPolicy/RetryCondition have been deprecated.
I have a code
I am thinking of below code to replace above code
RetryCondition.defaultRetryCondition() / BackoffStrategy.defaultStrategy()/BackoffStrategy.defaultThrottlingStrategy() should be built in AwsRetryStrategy.defaultRetryStrategy()
Please correct me if I am wrong.
Links
https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/core/retry/backoff/BackoffStrategy.html
The text was updated successfully, but these errors were encountered: