Class OrRetryCondition

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

public final class OrRetryCondition extends Object implements RetryCondition
Composite retry condition that evaluates to true if any containing condition evaluates to true.