Uses of Enum Class
software.amazon.awscdk.services.rds.EngineLifecycleSupport
Packages that use EngineLifecycleSupport
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of EngineLifecycleSupport in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return EngineLifecycleSupportModifier and TypeMethodDescriptiondefault EngineLifecycleSupportDatabaseClusterFromSnapshotProps.getEngineLifecycleSupport()The life cycle type for this DB cluster.final EngineLifecycleSupportDatabaseClusterFromSnapshotProps.Jsii$Proxy.getEngineLifecycleSupport()default EngineLifecycleSupportDatabaseClusterProps.getEngineLifecycleSupport()The life cycle type for this DB cluster.final EngineLifecycleSupportDatabaseClusterProps.Jsii$Proxy.getEngineLifecycleSupport()static EngineLifecycleSupportReturns the enum constant of this class with the specified name.static EngineLifecycleSupport[]EngineLifecycleSupport.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.rds with parameters of type EngineLifecycleSupportModifier and TypeMethodDescriptionDatabaseCluster.Builder.engineLifecycleSupport(EngineLifecycleSupport engineLifecycleSupport) The life cycle type for this DB cluster.DatabaseClusterFromSnapshot.Builder.engineLifecycleSupport(EngineLifecycleSupport engineLifecycleSupport) The life cycle type for this DB cluster.DatabaseClusterFromSnapshotProps.Builder.engineLifecycleSupport(EngineLifecycleSupport engineLifecycleSupport) Sets the value ofDatabaseClusterFromSnapshotProps.getEngineLifecycleSupport()DatabaseClusterProps.Builder.engineLifecycleSupport(EngineLifecycleSupport engineLifecycleSupport) Sets the value ofDatabaseClusterProps.getEngineLifecycleSupport()