Class APIGatewayV2WebSocketEvent.RequestContext

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

    public static class APIGatewayV2WebSocketEvent.RequestContext
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestContext()  
    • 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

      • RequestContext

        public RequestContext()
    • Method Detail

      • getAuthorizer

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