Class AndRetryCondition

java.lang.Object
software.amazon.awssdk.core.retry.conditions.AndRetryCondition
All Implemented Interfaces:
RetryCondition

public final class AndRetryCondition extends Object implements RetryCondition
Composite RetryCondition that evaluates to true when all contained retry conditions evaluate to true.