| Package | Description |
|---|---|
| software.amazon.cloudformation.proxy |
| Modifier and Type | Method and Description |
|---|---|
static <RequestT,ResponseT,ClientT,ModelT,CallbackT extends StdCallbackContext> |
CallChain.Callback.progress() |
static <RequestT,ResponseT,ClientT,ModelT,CallbackT extends StdCallbackContext> |
CallChain.Callback.success() |
| Modifier and Type | Method and Description |
|---|---|
ProgressEvent<ModelT,CallbackT> |
CallChain.Completed.done(CallChain.Callback<RequestT,ResponseT,ClientT,ModelT,CallbackT,ProgressEvent<ModelT,CallbackT>> callback) |
CallChain.Completed<RequestT,ResponseT,ClientT,ModelT,CallbackT> |
CallChain.Exceptional.exceptFilter(CallChain.Callback<? super RequestT,Exception,ClientT,ModelT,CallbackT,Boolean> handler) |
CallChain.Completed<RequestT,ResponseT,ClientT,ModelT,CallbackT> |
CallChain.Exceptional.exceptHandler(CallChain.Callback<? super RequestT,Exception,ClientT,ModelT,CallbackT,ProgressEvent<ModelT,CallbackT>> handler) |
CallChain.Exceptional<RequestT,ResponseT,ClientT,ModelT,CallbackT> |
CallChain.Stabilizer.stabilize(CallChain.Callback<RequestT,ResponseT,ClientT,ModelT,CallbackT,Boolean> callback) |
Copyright © 2019 Amazon Web Services, Inc. All Rights Reserved.