Uses of Interface
software.amazon.cloudformation.proxy.CallChain.RequestMaker
Packages that use CallChain.RequestMaker
Package
Description
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.proxyModifier and TypeInterfaceDescriptionstatic 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.RequestMakerModifier and TypeMethodDescription<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.Each service call must be first initiated.