Describe the issue
I'm just upgraded to 2.26.16 and I had a RetryCondition defaultRetryCondition()
I have to use RetryStrategy.Builder.html#retryOnException(java.util.function.Predicate)).
Deprecated.
Use instead RetryStrategy.Builder.retryOnException(Predicate).
Is there an equivalent or Predicate for defaultRetryCondition?
Links
https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/core/retry/conditions/RetryCondition.html#defaultRetryCondition()