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