CustomResourceHandler(Function<InputType,CustomResourceResponse<OutputType>> createAction,
Function<InputType,CustomResourceResponse<OutputType>> updateAction,
Function<InputType,CustomResourceResponse<OutputType>> deleteAction)
Initializes handler with all known current CloudFormation actions.
|
CustomResourceHandler(Function<InputType,CustomResourceResponse<OutputType>> createAction,
Function<InputType,CustomResourceResponse<OutputType>> updateAction,
Function<InputType,CustomResourceResponse<OutputType>> deleteAction)
Initializes handler with all known current CloudFormation actions.
|
CustomResourceHandler(Function<InputType,CustomResourceResponse<OutputType>> createAction,
Function<InputType,CustomResourceResponse<OutputType>> updateAction,
Function<InputType,CustomResourceResponse<OutputType>> deleteAction)
Initializes handler with all known current CloudFormation actions.
|