| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Authorizer |
Authorizer.clone() |
Authorizer |
Authorizer.withAuthorizerCredentialsArn(String authorizerCredentialsArn)
Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.
|
Authorizer |
Authorizer.withAuthorizerId(String authorizerId)
The authorizer identifier.
|
Authorizer |
Authorizer.withAuthorizerPayloadFormatVersion(String authorizerPayloadFormatVersion)
Specifies the format of the payload sent to an HTTP API Lambda authorizer.
|
Authorizer |
Authorizer.withAuthorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds)
The time to live (TTL) for cached authorizer results, in seconds.
|
Authorizer |
Authorizer.withAuthorizerType(AuthorizerType authorizerType)
The authorizer type.
|
Authorizer |
Authorizer.withAuthorizerType(String authorizerType)
The authorizer type.
|
Authorizer |
Authorizer.withAuthorizerUri(String authorizerUri)
The authorizer's Uniform Resource Identifier (URI).
|
Authorizer |
Authorizer.withEnableSimpleResponses(Boolean enableSimpleResponses)
Specifies whether a Lambda authorizer returns a response in a simple format.
|
Authorizer |
Authorizer.withIdentitySource(Collection<String> identitySource)
The identity source for which authorization is requested.
|
Authorizer |
Authorizer.withIdentitySource(String... identitySource)
The identity source for which authorization is requested.
|
Authorizer |
Authorizer.withIdentityValidationExpression(String identityValidationExpression)
The validation expression does not apply to the REQUEST authorizer.
|
Authorizer |
Authorizer.withJwtConfiguration(JWTConfiguration jwtConfiguration)
Represents the configuration of a JWT authorizer.
|
Authorizer |
Authorizer.withName(String name)
The name of the authorizer.
|
| Modifier and Type | Method and Description |
|---|---|
List<Authorizer> |
GetAuthorizersResult.getItems()
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetAuthorizersResult |
GetAuthorizersResult.withItems(Authorizer... items)
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAuthorizersResult.setItems(Collection<Authorizer> items)
The elements from this collection.
|
GetAuthorizersResult |
GetAuthorizersResult.withItems(Collection<Authorizer> items)
The elements from this collection.
|
Copyright © 2021. All rights reserved.