AutoCloseable@ThreadSafe @Immutable public class SdkClientHandler extends ClientHandler
ClientHandler.| Constructor | Description |
|---|---|
SdkClientHandler(ClientHandlerParams handlerParams) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
<InputT,OutputT> |
execute(ClientExecutionParams<InputT,OutputT> executionParams) |
Execute's a web service request.
|
public SdkClientHandler(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.