| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateAuthorizerResult |
AbstractAmazonApiGatewayV2.createAuthorizer(CreateAuthorizerRequest request) |
CreateAuthorizerResult |
AmazonApiGatewayV2.createAuthorizer(CreateAuthorizerRequest createAuthorizerRequest)
Creates an Authorizer for an API.
|
CreateAuthorizerResult |
AmazonApiGatewayV2Client.createAuthorizer(CreateAuthorizerRequest request)
Creates an Authorizer for an API.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAuthorizerResult> |
AmazonApiGatewayV2AsyncClient.createAuthorizerAsync(CreateAuthorizerRequest request,
AsyncHandler<CreateAuthorizerRequest,CreateAuthorizerResult> asyncHandler) |
Future<CreateAuthorizerResult> |
AbstractAmazonApiGatewayV2Async.createAuthorizerAsync(CreateAuthorizerRequest request,
AsyncHandler<CreateAuthorizerRequest,CreateAuthorizerResult> asyncHandler) |
Future<CreateAuthorizerResult> |
AmazonApiGatewayV2Async.createAuthorizerAsync(CreateAuthorizerRequest createAuthorizerRequest,
AsyncHandler<CreateAuthorizerRequest,CreateAuthorizerResult> asyncHandler)
Creates an Authorizer for an API.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAuthorizerResult |
CreateAuthorizerResult.clone() |
CreateAuthorizerResult |
CreateAuthorizerResult.withAuthorizerCredentialsArn(String authorizerCredentialsArn)
Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.
|
CreateAuthorizerResult |
CreateAuthorizerResult.withAuthorizerId(String authorizerId)
The authorizer identifier.
|
CreateAuthorizerResult |
CreateAuthorizerResult.withAuthorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds)
The time to live (TTL), in seconds, of cached authorizer results.
|
CreateAuthorizerResult |
CreateAuthorizerResult.withAuthorizerType(AuthorizerType authorizerType)
The authorizer type.
|
CreateAuthorizerResult |
CreateAuthorizerResult.withAuthorizerType(String authorizerType)
The authorizer type.
|
CreateAuthorizerResult |
CreateAuthorizerResult.withAuthorizerUri(String authorizerUri)
The authorizer's Uniform Resource Identifier (URI).
|
CreateAuthorizerResult |
CreateAuthorizerResult.withIdentitySource(Collection<String> identitySource)
The identity source for which authorization is requested.
|
CreateAuthorizerResult |
CreateAuthorizerResult.withIdentitySource(String... identitySource)
The identity source for which authorization is requested.
|
CreateAuthorizerResult |
CreateAuthorizerResult.withIdentityValidationExpression(String identityValidationExpression)
The validation expression does not apply to the REQUEST authorizer.
|
CreateAuthorizerResult |
CreateAuthorizerResult.withName(String name)
The name of the authorizer.
|
CreateAuthorizerResult |
CreateAuthorizerResult.withProviderArns(Collection<String> providerArns)
For REQUEST authorizer, this is not defined.
|
CreateAuthorizerResult |
CreateAuthorizerResult.withProviderArns(String... providerArns)
For REQUEST authorizer, this is not defined.
|
Copyright © 2019. All rights reserved.