Class WaitersRuntime
java.lang.Object
software.amazon.awssdk.services.acm.waiters.internal.WaitersRuntime
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.static final classAn intermediate value for JMESPath expressions, encapsulating the different data types supported by JMESPath and the operations on that data. - 
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. 
 -