| Package | Description |
|---|---|
| software.amazon.cloudformation.proxy.hook |
| Modifier and Type | Method and Description |
|---|---|
static <CallbackT> |
HookProgressEvent.complete(CallbackT cxt,
String message,
String data) |
static <CallbackT> |
HookProgressEvent.defaultCompleteHandler()
Convenience method for constructing a SUCCESS response
|
static <CallbackT> |
HookProgressEvent.defaultFailureHandler(Throwable e,
HandlerErrorCode handlerErrorCode)
Convenience method for constructing a FAILED response
|
static <CallbackT> |
HookProgressEvent.defaultProgressHandler(CallbackT cxt,
int delaySeconds)
Convenience method for constructing a IN_PROGRESS response
|
static <CallbackT> |
HookProgressEvent.failed(CallbackT cxt,
HandlerErrorCode code,
String message,
String data) |
HookProgressEvent<CallbackT> |
HookProgressEvent.onComplete(Function<HookProgressEvent<CallbackT>,HookProgressEvent<CallbackT>> func) |
static <CallbackT> |
HookProgressEvent.progress(CallbackT cxt,
String message,
String data,
int delaySeconds) |
HookProgressEvent<CallbackT> |
HookProgressEvent.then(Function<HookProgressEvent<CallbackT>,HookProgressEvent<CallbackT>> func) |
| Modifier and Type | Method and Description |
|---|---|
HookProgressEvent<CallbackT> |
HookProgressEvent.onComplete(Function<HookProgressEvent<CallbackT>,HookProgressEvent<CallbackT>> func) |
HookProgressEvent<CallbackT> |
HookProgressEvent.onComplete(Function<HookProgressEvent<CallbackT>,HookProgressEvent<CallbackT>> func) |
HookProgressEvent<CallbackT> |
HookProgressEvent.then(Function<HookProgressEvent<CallbackT>,HookProgressEvent<CallbackT>> func) |
HookProgressEvent<CallbackT> |
HookProgressEvent.then(Function<HookProgressEvent<CallbackT>,HookProgressEvent<CallbackT>> func) |
Copyright © 2019 Amazon Web Services, Inc. All Rights Reserved.