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