Interface HandlerInvoke<ModelT,​CallbackT extends software.amazon.cloudformation.proxy.StdCallbackContext>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface HandlerInvoke<ModelT,​CallbackT extends software.amazon.cloudformation.proxy.StdCallbackContext>
  • Method Summary

    Modifier and Type Method Description
    software.amazon.cloudformation.proxy.ProgressEvent<ModelT,​CallbackT> handleRequest​(software.amazon.cloudformation.proxy.AmazonWebServicesClientProxy proxy, software.amazon.cloudformation.proxy.ResourceHandlerRequest<ModelT> request, CallbackT callbackContext, software.amazon.cloudformation.proxy.Logger logger)  
  • Method Details

    • handleRequest

      software.amazon.cloudformation.proxy.ProgressEvent<ModelT,​CallbackT> handleRequest​(software.amazon.cloudformation.proxy.AmazonWebServicesClientProxy proxy, software.amazon.cloudformation.proxy.ResourceHandlerRequest<ModelT> request, CallbackT callbackContext, software.amazon.cloudformation.proxy.Logger logger)