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