Class SimpleIAMPolicyResponse


  • public class SimpleIAMPolicyResponse
    extends java.lang.Object
    The simplified IAM Policy response object as described in https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html
    • Method Summary

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

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

      • SimpleIAMPolicyResponse

        public SimpleIAMPolicyResponse()
    • Method Detail

      • getContext

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