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