Uses of Interface
software.amazon.cloudformation.proxy.CallChain.Exceptional
-
Packages that use CallChain.Exceptional 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.Exceptional in software.amazon.cloudformation.proxy
Subinterfaces of CallChain.Exceptional in software.amazon.cloudformation.proxy Modifier and Type Interface Description 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.Exceptional Modifier and Type Method Description CallChain.Exceptional<RequestT,ResponseT,ClientT,ModelT,CallbackT>CallChain.Stabilizer. stabilize(CallChain.Callback<RequestT,ResponseT,ClientT,ModelT,CallbackT,Boolean> callback)
-