Uses of Interface
software.amazon.cloudformation.proxy.CallChain.Caller
Packages that use CallChain.Caller
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.Caller in software.amazon.cloudformation.proxy
Methods in software.amazon.cloudformation.proxy that return CallChain.CallerModifier and TypeMethodDescriptionCallChain.Caller.backoffDelay(Delay delay) default <RequestT> CallChain.Caller<RequestT,ClientT, ModelT, CallbackT> Deprecated.default CallChain.Caller<RequestT,ClientT, ModelT, CallbackT> Deprecated.<RequestT> CallChain.Caller<RequestT,ClientT, ModelT, CallbackT> CallChain.RequestMaker.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.