| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default MethodLoggingLevel |
MethodDeploymentOptions.getLoggingLevel()
Specifies the logging level for this method, which effects the log entries pushed to Amazon CloudWatch Logs.
|
MethodLoggingLevel |
MethodDeploymentOptions.Jsii$Proxy.getLoggingLevel() |
MethodLoggingLevel |
StageOptions.Jsii$Proxy.getLoggingLevel() |
MethodLoggingLevel |
StageProps.Jsii$Proxy.getLoggingLevel() |
static MethodLoggingLevel |
MethodLoggingLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodLoggingLevel[] |
MethodLoggingLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MethodDeploymentOptions.Builder |
MethodDeploymentOptions.Builder.loggingLevel(MethodLoggingLevel loggingLevel)
Sets the value of
MethodDeploymentOptions.getLoggingLevel() |
StageOptions.Builder |
StageOptions.Builder.loggingLevel(MethodLoggingLevel loggingLevel)
Sets the value of
MethodDeploymentOptions.getLoggingLevel() |
Stage.Builder |
Stage.Builder.loggingLevel(MethodLoggingLevel loggingLevel)
Specifies the logging level for this method, which effects the log entries pushed to Amazon CloudWatch Logs.
|
StageProps.Builder |
StageProps.Builder.loggingLevel(MethodLoggingLevel loggingLevel)
Sets the value of
MethodDeploymentOptions.getLoggingLevel() |
Copyright © 2022. All rights reserved.