Uses of Class
software.amazon.cloudformation.proxy.hook.HookProgressEvent
Packages that use HookProgressEvent
-
Uses of HookProgressEvent in software.amazon.cloudformation.proxy.hook
Methods in software.amazon.cloudformation.proxy.hook that return HookProgressEventModifier and TypeMethodDescriptionstatic <CallbackT>
HookProgressEvent<CallbackT>static <CallbackT>
HookProgressEvent<CallbackT>HookProgressEvent.defaultCompleteHandler()Convenience method for constructing a SUCCESS responsestatic <CallbackT>
HookProgressEvent<CallbackT>HookProgressEvent.defaultFailureHandler(Throwable e, HandlerErrorCode handlerErrorCode) Convenience method for constructing a FAILED responsestatic <CallbackT>
HookProgressEvent<CallbackT>HookProgressEvent.defaultProgressHandler(CallbackT cxt, int delaySeconds) Convenience method for constructing a IN_PROGRESS responsestatic <CallbackT>
HookProgressEvent<CallbackT>HookProgressEvent.failed(CallbackT cxt, HandlerErrorCode code, String message, String data) HookProgressEvent.onComplete(Function<HookProgressEvent<CallbackT>, HookProgressEvent<CallbackT>> func) static <CallbackT>
HookProgressEvent<CallbackT>HookProgressEvent.then(Function<HookProgressEvent<CallbackT>, HookProgressEvent<CallbackT>> func) Method parameters in software.amazon.cloudformation.proxy.hook with type arguments of type HookProgressEventModifier and TypeMethodDescriptionHookProgressEvent.onComplete(Function<HookProgressEvent<CallbackT>, HookProgressEvent<CallbackT>> func) HookProgressEvent.onComplete(Function<HookProgressEvent<CallbackT>, HookProgressEvent<CallbackT>> func) HookProgressEvent.then(Function<HookProgressEvent<CallbackT>, HookProgressEvent<CallbackT>> func) HookProgressEvent.then(Function<HookProgressEvent<CallbackT>, HookProgressEvent<CallbackT>> func)