Example usage for Java com.amazonaws.retry RetryPolicy fields, constructors, methods, implement or subclass
The text is from its open source code.
RetryPolicy(RetryCondition retryCondition, BackoffStrategy backoffStrategy, int maxErrorRetry, boolean honorMaxErrorRetryInClientConfig) Constructs a new retry policy. |