Uses of Interface
software.amazon.cloudformation.proxy.CallChain.Completed
Packages that use CallChain.Completed
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.Completed in software.amazon.cloudformation.proxy
Subinterfaces of CallChain.Completed in software.amazon.cloudformation.proxyModifier and TypeInterfaceDescriptionstatic interfaceCallChain.Exceptional<RequestT,ResponseT, ClientT, ModelT, CallbackT extends StdCallbackContext> This provide the handler with the option to provide an explicit exception handler that would have service exceptions that was received.static interfaceCallChain.Stabilizer<RequestT,ResponseT, ClientT, ModelT, CallbackT extends StdCallbackContext> This provides an optional stabilization function to be incorporate before we are done with the actual web service request.Methods in software.amazon.cloudformation.proxy that return CallChain.CompletedModifier and TypeMethodDescriptionCallChain.Exceptional.exceptFilter(CallChain.Callback<? super RequestT, Exception, ClientT, ModelT, CallbackT, Boolean> handler) Deprecated.CallChain.Exceptional.exceptHandler(CallChain.ExceptionPropagate<? super RequestT, Exception, ClientT, ModelT, CallbackT, ProgressEvent<ModelT, CallbackT>> handler) Deprecated.CallChain.Exceptional.handleError(CallChain.ExceptionPropagate<? super RequestT, Exception, ClientT, ModelT, CallbackT, ProgressEvent<ModelT, CallbackT>> handler) CallChain.Exceptional.retryErrorFilter(CallChain.Callback<? super RequestT, Exception, ClientT, ModelT, CallbackT, Boolean> handler)