Uses of Class
software.amazon.awssdk.core.internal.waiters.WaiterConfiguration
-
Packages that use WaiterConfiguration Package Description software.amazon.awssdk.core.internal.waiters -
-
Uses of WaiterConfiguration in software.amazon.awssdk.core.internal.waiters
Constructors in software.amazon.awssdk.core.internal.waiters with parameters of type WaiterConfiguration Constructor Description AsyncWaiterExecutor(WaiterConfiguration configuration, List<WaiterAcceptor<? super T>> waiterAcceptors, ScheduledExecutorService executorService)WaiterExecutor(WaiterConfiguration configuration, List<WaiterAcceptor<? super T>> waiterAcceptors)WaiterExecutorHelper(List<WaiterAcceptor<? super T>> waiterAcceptors, WaiterConfiguration configuration)
-