Uses of Interface
software.amazon.awssdk.core.waiters.WaiterResponse
Packages that use WaiterResponse
Package
Description
-
Uses of WaiterResponse in software.amazon.awssdk.core.internal.waiters
Classes in software.amazon.awssdk.core.internal.waiters that implement WaiterResponseMethods in software.amazon.awssdk.core.internal.waiters that return WaiterResponseModifier and TypeMethodDescriptionDefaultWaiterResponse.Builder.build()WaiterExecutorHelper.createWaiterResponse(Either<T, Throwable> responseOrException, int attempts) DefaultWaiter.run(Supplier<T> pollingFunction, WaiterOverrideConfiguration overrideConfiguration) Methods in software.amazon.awssdk.core.internal.waiters that return types with arguments of type WaiterResponseModifier and TypeMethodDescriptionDefaultAsyncWaiter.runAsync(Supplier<CompletableFuture<T>> asyncPollingFunction) DefaultAsyncWaiter.runAsync(Supplier<CompletableFuture<T>> asyncPollingFunction, WaiterOverrideConfiguration overrideConfig) -
Uses of WaiterResponse in software.amazon.awssdk.core.waiters
Methods in software.amazon.awssdk.core.waiters that return WaiterResponseModifier and TypeMethodDescriptiondefault WaiterResponse<T>It returns when the resource enters into a desired state or it is determined that the resource will never enter into the desired state.default WaiterResponse<T>Waiter.run(Supplier<T> pollingFunction, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) It returns when the resource enters into a desired state or it is determined that the resource will never enter into the desired state.default WaiterResponse<T>Waiter.run(Supplier<T> pollingFunction, WaiterOverrideConfiguration overrideConfig) It returns when the resource enters into a desired state or it is determined that the resource will never enter into the desired state.Methods in software.amazon.awssdk.core.waiters that return types with arguments of type WaiterResponseModifier and TypeMethodDescriptiondefault CompletableFuture<WaiterResponse<T>>AsyncWaiter.runAsync(Supplier<CompletableFuture<T>> asyncPollingFunction) Runs the provided polling function.default CompletableFuture<WaiterResponse<T>>AsyncWaiter.runAsync(Supplier<CompletableFuture<T>> asyncPollingFunction, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) Runs the provided polling function.default CompletableFuture<WaiterResponse<T>>AsyncWaiter.runAsync(Supplier<CompletableFuture<T>> asyncPollingFunction, WaiterOverrideConfiguration overrideConfig) Runs the provided polling function.