Uses of Class
software.aws.awsprototypingsdk.openapigateway.Authorizer
-
-
Uses of Authorizer in software.aws.awsprototypingsdk.openapigateway
Subclasses of Authorizer in software.aws.awsprototypingsdk.openapigateway Modifier and Type Class Description classCognitoAuthorizer(experimental) An authorizer that uses Cognito identity or access tokens.classCustomAuthorizer(experimental) An authorizer that uses a lambda function to authorize requests.classIamAuthorizer(experimental) An IAM authorizer.classNoneAuthorizer(experimental) No authorizer.Methods in software.aws.awsprototypingsdk.openapigateway that return Authorizer Modifier and Type Method Description default AuthorizerOpenApiIntegration. getAuthorizer()(experimental) The authorizer to use for this api operation (overrides the default).AuthorizerOpenApiIntegration.Jsii$Proxy. getAuthorizer()AuthorizerOpenApiGatewayRestApiProps.Jsii$Proxy. getDefaultAuthorizer()default AuthorizerOpenApiOptions. getDefaultAuthorizer()(experimental) The default authorizer to use for your api.AuthorizerOpenApiOptions.Jsii$Proxy. getDefaultAuthorizer()Methods in software.aws.awsprototypingsdk.openapigateway with parameters of type Authorizer Modifier and Type Method Description OpenApiIntegration.BuilderOpenApiIntegration.Builder. authorizer(Authorizer authorizer)Sets the value ofOpenApiIntegration.getAuthorizer()OpenApiGatewayRestApi.BuilderOpenApiGatewayRestApi.Builder. defaultAuthorizer(Authorizer defaultAuthorizer)(experimental) The default authorizer to use for your api.OpenApiGatewayRestApiProps.BuilderOpenApiGatewayRestApiProps.Builder. defaultAuthorizer(Authorizer defaultAuthorizer)Sets the value ofOpenApiOptions.getDefaultAuthorizer()OpenApiOptions.BuilderOpenApiOptions.Builder. defaultAuthorizer(Authorizer defaultAuthorizer)Sets the value ofOpenApiOptions.getDefaultAuthorizer()
-