Uses of Enum
software.amazon.awscdk.services.rds.NetworkType
Packages that use NetworkType
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of NetworkType in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return NetworkTypeModifier and TypeMethodDescriptiondefault NetworkType
DatabaseClusterFromSnapshotProps.getNetworkType()
The network type of the DB instance.final NetworkType
DatabaseClusterFromSnapshotProps.Jsii$Proxy.getNetworkType()
default NetworkType
DatabaseClusterProps.getNetworkType()
The network type of the DB instance.final NetworkType
DatabaseClusterProps.Jsii$Proxy.getNetworkType()
final NetworkType
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getNetworkType()
default NetworkType
DatabaseInstanceNewProps.getNetworkType()
The network type of the DB instance.final NetworkType
DatabaseInstanceNewProps.Jsii$Proxy.getNetworkType()
final NetworkType
DatabaseInstanceProps.Jsii$Proxy.getNetworkType()
final NetworkType
DatabaseInstanceReadReplicaProps.Jsii$Proxy.getNetworkType()
final NetworkType
DatabaseInstanceSourceProps.Jsii$Proxy.getNetworkType()
static NetworkType
Returns the enum constant of this type with the specified name.static NetworkType[]
NetworkType.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 NetworkTypeModifier and TypeMethodDescriptionDatabaseCluster.Builder.networkType
(NetworkType networkType) The network type of the DB instance.DatabaseClusterFromSnapshot.Builder.networkType
(NetworkType networkType) The network type of the DB instance.DatabaseClusterFromSnapshotProps.Builder.networkType
(NetworkType networkType) Sets the value ofDatabaseClusterFromSnapshotProps.getNetworkType()
DatabaseClusterProps.Builder.networkType
(NetworkType networkType) Sets the value ofDatabaseClusterProps.getNetworkType()
DatabaseInstance.Builder.networkType
(NetworkType networkType) The network type of the DB instance.DatabaseInstanceFromSnapshot.Builder.networkType
(NetworkType networkType) The network type of the DB instance.DatabaseInstanceFromSnapshotProps.Builder.networkType
(NetworkType networkType) Sets the value ofDatabaseInstanceNewProps.getNetworkType()
DatabaseInstanceNewProps.Builder.networkType
(NetworkType networkType) Sets the value ofDatabaseInstanceNewProps.getNetworkType()
DatabaseInstanceProps.Builder.networkType
(NetworkType networkType) Sets the value ofDatabaseInstanceNewProps.getNetworkType()
DatabaseInstanceReadReplica.Builder.networkType
(NetworkType networkType) The network type of the DB instance.DatabaseInstanceReadReplicaProps.Builder.networkType
(NetworkType networkType) Sets the value ofDatabaseInstanceNewProps.getNetworkType()
DatabaseInstanceSourceProps.Builder.networkType
(NetworkType networkType) Sets the value ofDatabaseInstanceNewProps.getNetworkType()