| 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.Initiator<ClientT,ModelT,CallbackT extends StdCallbackContext>
Provides an API initiator interface that works for all API calls that need
conversion, retry-backoff strategy, common exception handling and more
against desired state of the resource and callback context.
|
| Modifier and Type | Method and Description |
|---|---|
CallChain.RequestMaker<ClientT,ModelT,CallbackT> |
CallChain.Initiator.initiate(String callGraph)
Each service call must be first initiated.
|
<ClientT,ModelT,CallbackT extends StdCallbackContext> |
CallChain.initiate(String callGraph,
ProxyClient<ClientT> client,
ModelT model,
CallbackT cxt)
Each service call must be first initiated.
|
<ClientT,ModelT,CallbackT extends StdCallbackContext> |
AmazonWebServicesClientProxy.initiate(String callGraph,
ProxyClient<ClientT> client,
ModelT model,
CallbackT cxt) |
Copyright © 2019 Amazon Web Services, Inc. All Rights Reserved.