| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAuthorizerResult> |
AbstractAmazonApiGatewayV2Async.createAuthorizerAsync(CreateAuthorizerRequest request,
AsyncHandler<CreateAuthorizerRequest,CreateAuthorizerResult> asyncHandler) |
Future<CreateAuthorizerResult> |
AmazonApiGatewayV2AsyncClient.createAuthorizerAsync(CreateAuthorizerRequest request,
AsyncHandler<CreateAuthorizerRequest,CreateAuthorizerResult> asyncHandler) |
Future<CreateAuthorizerResult> |
AmazonApiGatewayV2Async.createAuthorizerAsync(CreateAuthorizerRequest createAuthorizerRequest,
AsyncHandler<CreateAuthorizerRequest,CreateAuthorizerResult> asyncHandler)
Creates an Authorizer for an API.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAuthorizerRequest |
CreateAuthorizerRequest.clone() |
CreateAuthorizerRequest |
CreateAuthorizerRequest.withApiId(String apiId)
The API identifier.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withAuthorizerCredentialsArn(String authorizerCredentialsArn)
Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withAuthorizerPayloadFormatVersion(String authorizerPayloadFormatVersion)
Specifies the format of the payload sent to an HTTP API Lambda authorizer.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withAuthorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds)
The time to live (TTL) for cached authorizer results, in seconds.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withAuthorizerType(AuthorizerType authorizerType)
The authorizer type.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withAuthorizerType(String authorizerType)
The authorizer type.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withAuthorizerUri(String authorizerUri)
The authorizer's Uniform Resource Identifier (URI).
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withEnableSimpleResponses(Boolean enableSimpleResponses)
Specifies whether a Lambda authorizer returns a response in a simple format.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withIdentitySource(Collection<String> identitySource)
The identity source for which authorization is requested.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withIdentitySource(String... identitySource)
The identity source for which authorization is requested.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withIdentityValidationExpression(String identityValidationExpression)
This parameter is not used.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withJwtConfiguration(JWTConfiguration jwtConfiguration)
Represents the configuration of a JWT authorizer.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withName(String name)
The name of the authorizer.
|
Copyright © 2021. All rights reserved.