| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAuthorizerResult> |
AmazonApiGatewayV2AsyncClient.updateAuthorizerAsync(UpdateAuthorizerRequest request,
AsyncHandler<UpdateAuthorizerRequest,UpdateAuthorizerResult> asyncHandler) |
Future<UpdateAuthorizerResult> |
AmazonApiGatewayV2Async.updateAuthorizerAsync(UpdateAuthorizerRequest updateAuthorizerRequest,
AsyncHandler<UpdateAuthorizerRequest,UpdateAuthorizerResult> asyncHandler)
Updates an Authorizer.
|
Future<UpdateAuthorizerResult> |
AbstractAmazonApiGatewayV2Async.updateAuthorizerAsync(UpdateAuthorizerRequest request,
AsyncHandler<UpdateAuthorizerRequest,UpdateAuthorizerResult> asyncHandler) |
| 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.withAuthorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds)
Authorizer caching is not currently supported.
|
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.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 © 2020. All rights reserved.