Class WaitersRuntime
java.lang.Object
software.amazon.awssdk.services.ecr.waiters.internal.WaitersRuntime
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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 ClassesModifier and TypeClassDescriptionstatic final classAWaiterAcceptorimplementation that checks for a specific HTTP response status, regardless of whether it's reported by a response or an exception. - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final List<WaiterAcceptor<Object>> The default acceptors that should be matched *last* in the list of acceptors used by the SDK client waiters. - 
Method Summary
 
- 
Field Details
- 
DEFAULT_ACCEPTORS
The default acceptors that should be matched *last* in the list of acceptors used by the SDK client waiters. 
 -