| 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 |
|---|---|
<ClientT,ModelT,CallbackT extends StdCallbackContext> |
CallChain.newInitiator(ProxyClient<ClientT> client,
ModelT model,
CallbackT context)
factory method can created an
CallChain.Initiator |
<ClientT,ModelT,CallbackT extends StdCallbackContext> |
AmazonWebServicesClientProxy.newInitiator(ProxyClient<ClientT> client,
ModelT model,
CallbackT context) |
<ClientT,ModelT,CallbackT extends StdCallbackContext> |
AmazonWebServicesClientProxy.newInitiator(Supplier<ClientT> client,
ModelT model,
CallbackT context) |
<NewCallbackT extends StdCallbackContext> |
CallChain.Initiator.rebindCallback(NewCallbackT callback)
Can rebind a new callback context for a call chain while retaining the model
and client
|
<NewModelT> |
CallChain.Initiator.rebindModel(NewModelT model)
Can rebind a new model to the call chain while retaining the client and
callback context
|
Copyright © 2019 Amazon Web Services, Inc. All Rights Reserved.