Uses of Enum
software.amazon.awscdk.services.rds.TimeoutAction
Packages that use TimeoutAction
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of TimeoutAction in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return TimeoutActionModifier and TypeMethodDescriptiondefault TimeoutAction
ServerlessScalingOptions.getTimeoutAction()
The action to take when the timeout is reached.final TimeoutAction
ServerlessScalingOptions.Jsii$Proxy.getTimeoutAction()
static TimeoutAction
Returns the enum constant of this type with the specified name.static TimeoutAction[]
TimeoutAction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.rds with parameters of type TimeoutActionModifier and TypeMethodDescriptionServerlessScalingOptions.Builder.timeoutAction
(TimeoutAction timeoutAction) Sets the value ofServerlessScalingOptions.getTimeoutAction()