Uses of Interface
software.amazon.cloudformation.proxy.CallChain.Stabilizer
Packages that use CallChain.Stabilizer
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.Stabilizer in software.amazon.cloudformation.proxy
Methods in software.amazon.cloudformation.proxy that return CallChain.StabilizerModifier and TypeMethodDescriptiondefault <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)