Uses of Enum
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()final EngineLifecycleSupportDatabaseInstanceFromSnapshotProps.Jsii$Proxy.getEngineLifecycleSupport()default EngineLifecycleSupportDatabaseInstanceNewProps.getEngineLifecycleSupport()The life cycle type for this DB instance.final EngineLifecycleSupportDatabaseInstanceNewProps.Jsii$Proxy.getEngineLifecycleSupport()final EngineLifecycleSupportDatabaseInstanceProps.Jsii$Proxy.getEngineLifecycleSupport()final EngineLifecycleSupportDatabaseInstanceReadReplicaProps.Jsii$Proxy.getEngineLifecycleSupport()final EngineLifecycleSupportDatabaseInstanceSourceProps.Jsii$Proxy.getEngineLifecycleSupport()static EngineLifecycleSupportReturns the enum constant of this type with the specified name.static EngineLifecycleSupport[]EngineLifecycleSupport.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 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()DatabaseInstance.Builder.engineLifecycleSupport(EngineLifecycleSupport engineLifecycleSupport) The life cycle type for this DB instance.DatabaseInstanceFromSnapshot.Builder.engineLifecycleSupport(EngineLifecycleSupport engineLifecycleSupport) The life cycle type for this DB instance.DatabaseInstanceFromSnapshotProps.Builder.engineLifecycleSupport(EngineLifecycleSupport engineLifecycleSupport) Sets the value ofDatabaseInstanceNewProps.getEngineLifecycleSupport()DatabaseInstanceNewProps.Builder.engineLifecycleSupport(EngineLifecycleSupport engineLifecycleSupport) Sets the value ofDatabaseInstanceNewProps.getEngineLifecycleSupport()DatabaseInstanceProps.Builder.engineLifecycleSupport(EngineLifecycleSupport engineLifecycleSupport) Sets the value ofDatabaseInstanceNewProps.getEngineLifecycleSupport()DatabaseInstanceReadReplica.Builder.engineLifecycleSupport(EngineLifecycleSupport engineLifecycleSupport) The life cycle type for this DB instance.DatabaseInstanceReadReplicaProps.Builder.engineLifecycleSupport(EngineLifecycleSupport engineLifecycleSupport) Sets the value ofDatabaseInstanceNewProps.getEngineLifecycleSupport()DatabaseInstanceSourceProps.Builder.engineLifecycleSupport(EngineLifecycleSupport engineLifecycleSupport) Sets the value ofDatabaseInstanceNewProps.getEngineLifecycleSupport()