AutoCloseable@Immutable @ThreadSafe public class AsyncClientHandlerImpl extends AsyncClientHandler
ClientHandler.| Constructor | Description |
|---|---|
AsyncClientHandlerImpl(ClientHandlerParams handlerParams) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
<InputT,OutputT> |
execute(ClientExecutionParams<InputT,OutputT> executionParams) |
Execute's a web service request.
|
public AsyncClientHandlerImpl(ClientHandlerParams handlerParams)
public <InputT,OutputT> CompletableFuture<OutputT> execute(ClientExecutionParams<InputT,OutputT> executionParams)
AsyncClientHandlerexecute in class AsyncClientHandlerInputT - Input POJO typeOutputT - Output POJO typeexecutionParams - Parameters specific to this invocation of an API.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.