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