Class WaitersRuntime
- java.lang.Object
-
- software.amazon.awssdk.services.ecr.waiters.internal.WaitersRuntime
-
@Generated("software.amazon.awssdk:codegen") public final class WaitersRuntime extends Object
Contains classes used at runtime by the code generator classes for waiter acceptors generated from JMESPath expressions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WaitersRuntime.ResponseStatusAcceptor
AWaiterAcceptor
implementation that checks for a specific HTTP response status, regardless of whether it's reported by a response or an exception.static class
WaitersRuntime.Value
An intermediate value for JMESPath expressions, encapsulating the different data types supported by JMESPath and the operations on that data.
-
Field Summary
Fields Modifier and Type Field Description static List<WaiterAcceptor<Object>>
DEFAULT_ACCEPTORS
The default acceptors that should be matched *last* in the list of acceptors used by the SDK client waiters.
-
-
-
Field Detail
-
DEFAULT_ACCEPTORS
public static final List<WaiterAcceptor<Object>> DEFAULT_ACCEPTORS
The default acceptors that should be matched *last* in the list of acceptors used by the SDK client waiters.
-
-