Uses of Interface
software.amazon.cloudformation.proxy.CallChain.Callback
Packages that use CallChain.Callback
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.Callback in software.amazon.cloudformation.proxy
Methods in software.amazon.cloudformation.proxy with parameters of type CallChain.CallbackModifier and TypeMethodDescriptionCallChain.Completed.done(CallChain.Callback<RequestT, ResponseT, ClientT, ModelT, CallbackT, ProgressEvent<ModelT, CallbackT>> callback) CallChain.Exceptional.exceptFilter(CallChain.Callback<? super RequestT, Exception, ClientT, ModelT, CallbackT, Boolean> handler) Deprecated.CallChain.Exceptional.retryErrorFilter(CallChain.Callback<? super RequestT, Exception, ClientT, ModelT, CallbackT, Boolean> handler) CallChain.Stabilizer.stabilize(CallChain.Callback<RequestT, ResponseT, ClientT, ModelT, CallbackT, Boolean> callback)