| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| software.amazon.awscdk.services.lambda.eventsources |
AWS Lambda Event Sources
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationType |
Authorizer.getAuthorizationType()
The authorization type of this authorizer.
|
default AuthorizationType |
MethodOptions.getAuthorizationType()
Method authorization.
|
AuthorizationType |
MethodOptions.Jsii$Proxy.getAuthorizationType() |
default AuthorizationType |
IAuthorizer.getAuthorizationType()
The authorization type of this authorizer.
|
AuthorizationType |
IAuthorizer.Jsii$Proxy.getAuthorizationType()
The authorization type of this authorizer.
|
default AuthorizationType |
IAuthorizer.Jsii$Default.getAuthorizationType()
The authorization type of this authorizer.
|
AuthorizationType |
CognitoUserPoolsAuthorizer.getAuthorizationType()
The authorization type of this authorizer.
|
static AuthorizationType |
AuthorizationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationType[] |
AuthorizationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MethodOptions.Builder |
MethodOptions.Builder.authorizationType(AuthorizationType authorizationType)
Sets the value of
MethodOptions.getAuthorizationType() |
| Modifier and Type | Method and Description |
|---|---|
ApiEventSource.Builder |
ApiEventSource.Builder.authorizationType(AuthorizationType authorizationType)
Method authorization.
|
Copyright © 2022. All rights reserved.