Uses of Interface
software.amazon.cloudformation.proxy.ProxyClient
-
Packages that use ProxyClient 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 ProxyClient in software.amazon.cloudformation.proxy
Methods in software.amazon.cloudformation.proxy that return ProxyClient Modifier and Type Method Description <ClientT> ProxyClient<ClientT>AmazonWebServicesClientProxy. newProxy(Supplier<ClientT> client)Methods in software.amazon.cloudformation.proxy with parameters of type ProxyClient Modifier and Type Method Description <ClientT,ModelT,CallbackT extends StdCallbackContext>
CallChain.RequestMaker<ClientT,ModelT,CallbackT>AmazonWebServicesClientProxy. initiate(String callGraph, ProxyClient<ClientT> client, ModelT model, CallbackT cxt)<ClientT,ModelT,CallbackT extends StdCallbackContext>
CallChain.RequestMaker<ClientT,ModelT,CallbackT>CallChain. initiate(String callGraph, ProxyClient<ClientT> client, ModelT model, CallbackT cxt)Each service call must be first initiated.ReturnTCallChain.Callback. invoke(RequestT request, ResponseT response, ProxyClient<ClientT> client, ModelT model, CallbackT context)ReturnTCallChain.ExceptionPropagate. invoke(RequestT request, E exception, ProxyClient<ClientT> client, ModelT model, CallbackT context)<ClientT,ModelT,CallbackT extends StdCallbackContext>
CallChain.Initiator<ClientT,ModelT,CallbackT>AmazonWebServicesClientProxy. newInitiator(ProxyClient<ClientT> client, ModelT model, CallbackT context)<ClientT,ModelT,CallbackT extends StdCallbackContext>
CallChain.Initiator<ClientT,ModelT,CallbackT>CallChain. newInitiator(ProxyClient<ClientT> client, ModelT model, CallbackT context)factory method can created anCallChain.InitiatorMethod parameters in software.amazon.cloudformation.proxy with type arguments of type ProxyClient Modifier and Type Method Description default <ResponseT>
CallChain.Stabilizer<RequestT,ResponseT,ClientT,ModelT,CallbackT>CallChain.Caller. call(BiFunction<RequestT,ProxyClient<ClientT>,ResponseT> caller)Deprecated.<ResponseT>
CallChain.Stabilizer<RequestT,ResponseT,ClientT,ModelT,CallbackT>CallChain.Caller. makeServiceCall(BiFunction<RequestT,ProxyClient<ClientT>,ResponseT> caller)
-