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, wait
matches
public HttpSuccessStatusAcceptor(WaiterState waiterState)
public boolean matches(OutputT output)
WaiterAcceptor
matches
in class WaiterAcceptor<OutputT>
output
- Response got by the execution of the operationpublic WaiterState getState()
WaiterAcceptor
getState
in class WaiterAcceptor<OutputT>
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.