Uses of Interface
software.amazon.cloudformation.proxy.CallChain.Stabilizer
-
Packages that use CallChain.Stabilizer 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.Stabilizer in software.amazon.cloudformation.proxy
Methods in software.amazon.cloudformation.proxy that return CallChain.Stabilizer Modifier and Type Method Description default <ResponseT>
CallChain.Stabilizer<RequestT,ResponseT,ClientT,ModelT,CallbackT>CallChain.Caller. call(BiFunction<RequestT,ProxyClient<ClientT>,ResponseT> caller)Deprecated.<ResponseT>
CallChain.Stabilizer<RequestT,ResponseT,ClientT,ModelT,CallbackT>CallChain.Caller. makeServiceCall(BiFunction<RequestT,ProxyClient<ClientT>,ResponseT> caller)
-