Uses of Interface
software.amazon.cloudformation.proxy.CallChain.Caller
-
Packages that use CallChain.Caller 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.Caller in software.amazon.cloudformation.proxy
Methods in software.amazon.cloudformation.proxy that return CallChain.Caller Modifier and Type Method Description CallChain.Caller<RequestT,ClientT,ModelT,CallbackT>CallChain.Caller. backoffDelay(Delay delay)default <RequestT> CallChain.Caller<RequestT,ClientT,ModelT,CallbackT>CallChain.RequestMaker. request(Function<ModelT,RequestT> maker)Deprecated.default CallChain.Caller<RequestT,ClientT,ModelT,CallbackT>CallChain.Caller. retry(Delay delay)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.
-