| Package | Description |
|---|---|
| software.amazon.cloudformation.proxy |
This package provide facilities to make it easy to work against AWS APIs that
are eventually consistent for applying resource state.
|
| Modifier and Type | Method and Description |
|---|---|
<ClientT> ProxyClient<ClientT> |
AmazonWebServicesClientProxy.newProxy(Supplier<ClientT> client) |
| Modifier and Type | Method and Description |
|---|---|
<ClientT,ModelT,CallbackT extends StdCallbackContext> |
CallChain.initiate(String callGraph,
ProxyClient<ClientT> client,
ModelT model,
CallbackT cxt)
Each service call must be first initiated.
|
<ClientT,ModelT,CallbackT extends StdCallbackContext> |
AmazonWebServicesClientProxy.initiate(String callGraph,
ProxyClient<ClientT> client,
ModelT model,
CallbackT cxt) |
ReturnT |
CallChain.ExceptionPropagate.invoke(RequestT request,
E exception,
ProxyClient<ClientT> client,
ModelT model,
CallbackT context) |
ReturnT |
CallChain.Callback.invoke(RequestT request,
ResponseT response,
ProxyClient<ClientT> client,
ModelT model,
CallbackT context) |
<ClientT,ModelT,CallbackT extends StdCallbackContext> |
CallChain.newInitiator(ProxyClient<ClientT> client,
ModelT model,
CallbackT context)
factory method can created an
CallChain.Initiator |
<ClientT,ModelT,CallbackT extends StdCallbackContext> |
AmazonWebServicesClientProxy.newInitiator(ProxyClient<ClientT> client,
ModelT model,
CallbackT context) |
| Modifier and Type | Method and Description |
|---|---|
default <ResponseT> |
CallChain.Caller.call(BiFunction<RequestT,ProxyClient<ClientT>,ResponseT> caller)
Deprecated.
|
<ResponseT> |
CallChain.Caller.makeServiceCall(BiFunction<RequestT,ProxyClient<ClientT>,ResponseT> caller) |
Copyright © 2019 Amazon Web Services, Inc. All Rights Reserved.