Class APIGatewayProxyEvent.ProxyRequestContext

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    APIGatewayProxyEvent

    public static class APIGatewayProxyEvent.ProxyRequestContext
    extends java.lang.Object
    implements java.io.Serializable
    class that represents proxy request context
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull java.util.Map<java.lang.String,​java.lang.Object> getAuthorizer()  
      • Methods inherited from class java.lang.Object

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

      • ProxyRequestContext

        public ProxyRequestContext()
    • Method Detail

      • getAuthorizer

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.Object> getAuthorizer()