Uses of Class
software.amazon.awssdk.testutils.retry.RetryableParams
-
Packages that use RetryableParams Package Description software.amazon.awssdk.testutils.retry -
-
Uses of RetryableParams in software.amazon.awssdk.testutils.retry
Methods in software.amazon.awssdk.testutils.retry that return RetryableParams Modifier and Type Method Description RetryableParamsRetryableParams. withDelayInMs(int delayInMs)RetryableParamsRetryableParams. withMaxAttempts(int maxAttempts)Methods in software.amazon.awssdk.testutils.retry with parameters of type RetryableParams Modifier and Type Method Description static <T> TRetryableAction. doRetryableAction(Callable<T> callable, RetryableParams params)Static method to repeatedly call action until it succeeds or the max allowed attempts is reached.static voidRetryableAssertion. doRetryableAssert(AssertCallable callable, RetryableParams params)Static method to repeatedly call assertion logic until it succeeds or the max allowed attempts is reached.
-