Uses of Class
software.amazon.cloudformation.proxy.hook.HookAnnotation
Packages that use HookAnnotation
Package
Description
This package provide facilities to make it easy to work against AWS APIs that
are eventually consistent for applying resource state.
-
Uses of HookAnnotation in software.amazon.cloudformation.proxy
Method parameters in software.amazon.cloudformation.proxy with type arguments of type HookAnnotationModifier and TypeMethodDescriptionstatic <ResourceT,CallbackT>
ProgressEvent<ResourceT,CallbackT> ProgressEvent.success(ResourceT model, CallbackT cxt, String message, String result, List<HookAnnotation> annotations) static <ResourceT,CallbackT>
ProgressEvent<ResourceT,CallbackT> ProgressEvent.success(ResourceT model, CallbackT cxt, String message, List<HookAnnotation> annotations)