public class HttpSuccessStatusAcceptor<OutputT> extends WaiterAcceptor<OutputT>
| Constructor | Description |
|---|---|
HttpSuccessStatusAcceptor(WaiterState waiterState) |
| Modifier and Type | Method | Description |
|---|---|---|
WaiterState |
getState() |
Abstract method to fetch the corresponding state
|
boolean |
matches(OutputT output) |
Default method definition that matches the response
state with the expected state defined by the acceptor.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmatchespublic HttpSuccessStatusAcceptor(WaiterState waiterState)
public boolean matches(OutputT output)
WaiterAcceptormatches in class WaiterAcceptor<OutputT>output - Response got by the execution of the operationpublic WaiterState getState()
WaiterAcceptorgetState in class WaiterAcceptor<OutputT>Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.