| 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)
The time to live (TTL), in seconds, of cached authorizer results.
|
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)
The validation expression does not apply to the REQUEST authorizer.
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withName(String name)
The name of the authorizer.
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withProviderArns(Collection<String> providerArns)
For REQUEST authorizer, this is not defined.
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withProviderArns(String... providerArns)
For REQUEST authorizer, this is not defined.
|
Copyright © 2019. All rights reserved.