Uses of Enum
software.amazon.awscdk.services.apigateway.MethodLoggingLevel
Packages that use MethodLoggingLevel
-
Uses of MethodLoggingLevel in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return MethodLoggingLevelModifier and TypeMethodDescriptiondefault MethodLoggingLevelMethodDeploymentOptions.getLoggingLevel()Specifies the logging level for this method, which effects the log entries pushed to Amazon CloudWatch Logs.final MethodLoggingLevelMethodDeploymentOptions.Jsii$Proxy.getLoggingLevel()final MethodLoggingLevelStageOptions.Jsii$Proxy.getLoggingLevel()final MethodLoggingLevelStageProps.Jsii$Proxy.getLoggingLevel()static MethodLoggingLevelReturns 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.Methods in software.amazon.awscdk.services.apigateway with parameters of type MethodLoggingLevelModifier and TypeMethodDescriptionMethodDeploymentOptions.Builder.loggingLevel(MethodLoggingLevel loggingLevel) Sets the value ofMethodDeploymentOptions.getLoggingLevel()Stage.Builder.loggingLevel(MethodLoggingLevel loggingLevel) Specifies the logging level for this method, which effects the log entries pushed to Amazon CloudWatch Logs.StageOptions.Builder.loggingLevel(MethodLoggingLevel loggingLevel) Sets the value ofMethodDeploymentOptions.getLoggingLevel()StageProps.Builder.loggingLevel(MethodLoggingLevel loggingLevel) Sets the value ofMethodDeploymentOptions.getLoggingLevel()