| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CallChain.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 interface |
CallChain.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.
|
| Modifier and Type | Method and Description |
|---|---|
default CallChain.Completed<RequestT,ResponseT,ClientT,ModelT,CallbackT> |
CallChain.Exceptional.exceptFilter(CallChain.Callback<? super RequestT,Exception,ClientT,ModelT,CallbackT,Boolean> handler)
Deprecated.
|
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) |
CallChain.Completed<RequestT,ResponseT,ClientT,ModelT,CallbackT> |
CallChain.Exceptional.retryErrorFilter(CallChain.Callback<? super RequestT,Exception,ClientT,ModelT,CallbackT,Boolean> handler) |
Copyright © 2019 Amazon Web Services, Inc. All Rights Reserved.