ClientT - Actual client e.g. KinesisClient.ModelT - The type (POJO) of Resource model.public static interface CallChain.RequestMaker<ClientT,ModelT,CallbackT extends StdCallbackContext>
| Modifier and Type | Method and Description |
|---|---|
default <RequestT> CallChain.Caller<RequestT,ClientT,ModelT,CallbackT> |
request(Function<ModelT,RequestT> maker)
Deprecated.
|
<RequestT> CallChain.Caller<RequestT,ClientT,ModelT,CallbackT> |
translateToServiceRequest(Function<ModelT,RequestT> maker)
Take a reference to the tranlater that take the resource model POJO as input
and provide a request object as needed to make the Service call.
|
@Deprecated default <RequestT> CallChain.Caller<RequestT,ClientT,ModelT,CallbackT> request(Function<ModelT,RequestT> maker)
translateToServiceRequest(Function)
Take a reference to the tranlater that take the resource model POJO as input
and provide a request object as needed to make the Service call.maker, - provide a functional transform from model to request object., - the web service request created<RequestT> CallChain.Caller<RequestT,ClientT,ModelT,CallbackT> translateToServiceRequest(Function<ModelT,RequestT> maker)
maker, - provide a functional transform from model to request object., - the web service request createdCopyright © 2019 Amazon Web Services, Inc. All Rights Reserved.