public final class WaiterParameters<Input extends AmazonWebServiceRequest> extends Object
| Constructor and Description | 
|---|
WaiterParameters()  | 
WaiterParameters(Input request)  | 
| Modifier and Type | Method and Description | 
|---|---|
PollingStrategy | 
getPollingStrategy()  | 
Input | 
getRequest()  | 
WaiterParameters<Input> | 
withPollingStrategy(PollingStrategy pollingStrategy)
Constructs a new WaiterParameters with the given polling strategy 
 | 
WaiterParameters<Input> | 
withRequest(Input request)
Constructs a new WaiterParameters with the given request 
 | 
public WaiterParameters()
public WaiterParameters(Input request)
public WaiterParameters<Input> withRequest(Input request)
request - Input of the operationpublic WaiterParameters<Input> withPollingStrategy(PollingStrategy pollingStrategy)
pollingStrategy - Custom polling strategypublic Input getRequest()
public PollingStrategy getPollingStrategy()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.