Class WaitersRuntime.ResponseStatusAcceptor
java.lang.Object
software.amazon.awssdk.services.s3.waiters.internal.WaitersRuntime.ResponseStatusAcceptor
- All Implemented Interfaces:
WaiterAcceptor<SdkResponse>
- Enclosing class:
- WaitersRuntime
public static final class WaitersRuntime.ResponseStatusAcceptor
extends Object
implements WaiterAcceptor<SdkResponse>
A
WaiterAcceptor implementation that checks for a specific HTTP response status, regardless of whether
it's reported by a response or an exception.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ResponseStatusAcceptor
-
-
Method Details
-
waiterState
- Specified by:
waiterStatein interfaceWaiterAcceptor<SdkResponse>
-
matches
- Specified by:
matchesin interfaceWaiterAcceptor<SdkResponse>
-
matches
- Specified by:
matchesin interfaceWaiterAcceptor<SdkResponse>
-
message
- Specified by:
messagein interfaceWaiterAcceptor<SdkResponse>
-