Uses of Class
software.amazon.awssdk.core.internal.waiters.DefaultWaiterResponse.Builder
Packages that use DefaultWaiterResponse.Builder
-
Uses of DefaultWaiterResponse.Builder in software.amazon.awssdk.core.internal.waiters
Methods in software.amazon.awssdk.core.internal.waiters that return DefaultWaiterResponse.BuilderModifier and TypeMethodDescriptionDefaultWaiterResponse.Builder.attemptsExecuted(Integer attemptsExecuted) Defines the number of attempts executed in the waiter operationstatic <T> DefaultWaiterResponse.Builder<T>DefaultWaiterResponse.builder()Defines the exception thrown from the waiter operation that has matched with the waiter success conditionDefines the response received that has matched with the waiter success condition.