| 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 |
|---|---|
CallChain.Caller<RequestT,ClientT,ModelT,CallbackT> |
CallChain.Caller.backoffDelay(Delay delay) |
default <RequestT> CallChain.Caller<RequestT,ClientT,ModelT,CallbackT> |
CallChain.RequestMaker.request(Function<ModelT,RequestT> maker)
Deprecated.
|
default CallChain.Caller<RequestT,ClientT,ModelT,CallbackT> |
CallChain.Caller.retry(Delay delay)
Deprecated.
|
<RequestT> CallChain.Caller<RequestT,ClientT,ModelT,CallbackT> |
CallChain.RequestMaker.translateToServiceRequest(Function<ModelT,RequestT> maker)
Take a reference to the tranlater that take the resource model POJO as input
and provide a request object as needed to make the Service call.
|
Copyright © 2019 Amazon Web Services, Inc. All Rights Reserved.