Uses of Interface
software.amazon.cloudformation.proxy.CallChain.RequestMaker
-
Packages that use CallChain.RequestMaker 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. -
-
Uses of CallChain.RequestMaker in software.amazon.cloudformation.proxy
Subinterfaces of CallChain.RequestMaker in software.amazon.cloudformation.proxy Modifier and Type Interface Description static interfaceCallChain.Initiator<ClientT,ModelT,CallbackT extends StdCallbackContext>Provides an API initiator interface that works for all API calls that need conversion, retry-backoff strategy, common exception handling and more against desired state of the resource and callback context.Methods in software.amazon.cloudformation.proxy that return CallChain.RequestMaker Modifier and Type Method Description <ClientT,ModelT,CallbackT extends StdCallbackContext>
CallChain.RequestMaker<ClientT,ModelT,CallbackT>AmazonWebServicesClientProxy. initiate(String callGraph, ProxyClient<ClientT> client, ModelT model, CallbackT cxt)<ClientT,ModelT,CallbackT extends StdCallbackContext>
CallChain.RequestMaker<ClientT,ModelT,CallbackT>CallChain. initiate(String callGraph, ProxyClient<ClientT> client, ModelT model, CallbackT cxt)Each service call must be first initiated.CallChain.RequestMaker<ClientT,ModelT,CallbackT>CallChain.Initiator. initiate(String callGraph)Each service call must be first initiated.
-