| Modifier and Type | Method and Description |
|---|---|
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 |
Authorizer.getAuthorizationType()
The authorization type of this authorizer.
|
default AuthorizationType |
MethodOptions.getAuthorizationType()
Method authorization.
|
AuthorizationType |
MethodOptions.Jsii$Proxy.getAuthorizationType() |
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() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean apiKeyRequired,
List<String> authorizationScopes,
AuthorizationType authorizationType,
IAuthorizer authorizer,
List<? extends MethodResponse> methodResponses,
String operationName,
Map<String,? extends IModel> requestModels,
Map<String,? extends Boolean> requestParameters,
IRequestValidator requestValidator,
RequestValidatorOptions requestValidatorOptions)
Constructor that initializes the object based on literal property values passed by the
MethodOptions.Builder. |
Copyright © 2021. All rights reserved.