Class ProxyApiRequestHandler

java.lang.Object
com.amazonaws.handlers.RequestHandler2
io.trino.plugin.hive.metastore.glue.v1.ProxyApiRequestHandler
All Implemented Interfaces:
com.amazonaws.handlers.IRequestHandler2

public class ProxyApiRequestHandler extends com.amazonaws.handlers.RequestHandler2
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.amazonaws.AmazonWebServiceRequest
    beforeExecution(com.amazonaws.AmazonWebServiceRequest request)
     
    void
    beforeRequest(com.amazonaws.Request<?> request)
     

    Methods inherited from class com.amazonaws.handlers.RequestHandler2

    adapt, afterAttempt, afterError, afterResponse, beforeAttempt, beforeMarshalling, beforeUnmarshalling

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProxyApiRequestHandler

      public ProxyApiRequestHandler(String proxyApiId)
  • Method Details

    • beforeExecution

      public com.amazonaws.AmazonWebServiceRequest beforeExecution(com.amazonaws.AmazonWebServiceRequest request)
      Specified by:
      beforeExecution in interface com.amazonaws.handlers.IRequestHandler2
      Overrides:
      beforeExecution in class com.amazonaws.handlers.RequestHandler2
    • beforeRequest

      public void beforeRequest(com.amazonaws.Request<?> request)
      Specified by:
      beforeRequest in interface com.amazonaws.handlers.IRequestHandler2
      Overrides:
      beforeRequest in class com.amazonaws.handlers.RequestHandler2