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