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