Uses of Package
software.amazon.cloudformation.proxy
Packages that use software.amazon.cloudformation.proxy
Package
Description
This package provide facilities to make it easy to work against AWS APIs that
are eventually consistent for applying resource state.
-
Classes in software.amazon.cloudformation.proxy used by software.amazon.cloudformationClassDescriptionThis implements the proxying mechanism to inject appropriate scoped credentials into a service call when making Amazon Webservice calls.This interface describes the request object for the provisioning request passed to the implementor.
-
Classes in software.amazon.cloudformation.proxy used by software.amazon.cloudformation.encryption
-
Classes in software.amazon.cloudformation.proxy used by software.amazon.cloudformation.injection
-
Classes in software.amazon.cloudformation.proxy used by software.amazon.cloudformation.loggers
-
Classes in software.amazon.cloudformation.proxy used by software.amazon.cloudformation.metrics
-
Classes in software.amazon.cloudformation.proxy used by software.amazon.cloudformation.proxyClassDescriptionInterface used to abstract the function of reporting back provisioning progress to the handler callerThis can be used by Read, Create, Update and Delete handlers when invoking AWS services.All service calls made will use the same call back interface for handling both exceptions as well as actual response received from the call.This Encapsulates the actual Call to the service that is being made via caller.One the call sequence has completed successfully, this is called to provide the progress event.This provide the handler with the option to provide an explicit exception handler that would have service exceptions that was received.When implementing this interface, developers can either propagate the exception as is.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.This performs the translate step between the ModelT properties and what is needed for making the service call.This provides an optional stabilization function to be incorporate before we are done with the actual web service request.This interface defines the
Delaythat you needed between invocations of a specific call chain.This class provides a wrapper for the client and provides methods to inject scoped credentials for each request context when invoking AWS services.StdCallbackContext provide a mechanism that automatically provides the memoization for retention and callback of request, responses, stabilize handles during handler invocations. -
Classes in software.amazon.cloudformation.proxy used by software.amazon.cloudformation.proxy.delay
-
Classes in software.amazon.cloudformation.proxy used by software.amazon.cloudformation.proxy.hook
-
Classes in software.amazon.cloudformation.proxy used by software.amazon.cloudformation.schedulerClassDescriptionThis interface describes the request object for the provisioning request