Class DefaultAsyncWaiter<T>

java.lang.Object
software.amazon.awssdk.core.internal.waiters.DefaultAsyncWaiter<T>
Type Parameters:
T - the type of the response expected to return from the polling function
All Implemented Interfaces:
AsyncWaiter<T>

@ThreadSafe public final class DefaultAsyncWaiter<T> extends Object implements AsyncWaiter<T>
Default implementation of the generic AsyncWaiter.