| 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 | Method and Description |
|---|---|
ProgressEvent<ModelT,CallbackT> |
CallChain.Completed.done(CallChain.Callback<RequestT,ResponseT,ClientT,ModelT,CallbackT,ProgressEvent<ModelT,CallbackT>> callback) |
default CallChain.Completed<RequestT,ResponseT,ClientT,ModelT,CallbackT> |
CallChain.Exceptional.exceptFilter(CallChain.Callback<? super RequestT,Exception,ClientT,ModelT,CallbackT,Boolean> handler)
Deprecated.
|
CallChain.Completed<RequestT,ResponseT,ClientT,ModelT,CallbackT> |
CallChain.Exceptional.retryErrorFilter(CallChain.Callback<? super RequestT,Exception,ClientT,ModelT,CallbackT,Boolean> 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.