Uses of Interface
software.amazon.cloudformation.proxy.CallChain.Stabilizer
| 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.Stabilizer in software.amazon.cloudformation.proxy
Methods in software.amazon.cloudformation.proxy that return CallChain.Stabilizer Modifier and Type Method Description default <ResponseT>
CallChain.Stabilizer<RequestT,ResponseT,ClientT,ModelT,CallbackT>CallChain.Caller. call(java.util.function.BiFunction<RequestT,ProxyClient<ClientT>,ResponseT> caller)Deprecated.<ResponseT>
CallChain.Stabilizer<RequestT,ResponseT,ClientT,ModelT,CallbackT>CallChain.Caller. makeServiceCall(java.util.function.BiFunction<RequestT,ProxyClient<ClientT>,ResponseT> caller)