Class RetryOnErrorCodeCondition

java.lang.Object
software.amazon.awssdk.awscore.retry.conditions.RetryOnErrorCodeCondition
All Implemented Interfaces:
RetryCondition

public final class RetryOnErrorCodeCondition extends Object implements RetryCondition
Retry condition implementation that retries if the exception or the cause of the exception matches the error codes defined.
  • Method Details