Uses of Enum Class
software.amazon.awscdk.services.rds.DBClusterStorageType
Packages that use DBClusterStorageType
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of DBClusterStorageType in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return DBClusterStorageTypeModifier and TypeMethodDescriptiondefault DBClusterStorageTypeDatabaseClusterFromSnapshotProps.getStorageType()The storage type to be associated with the DB cluster.final DBClusterStorageTypeDatabaseClusterFromSnapshotProps.Jsii$Proxy.getStorageType()default DBClusterStorageTypeDatabaseClusterProps.getStorageType()The storage type to be associated with the DB cluster.final DBClusterStorageTypeDatabaseClusterProps.Jsii$Proxy.getStorageType()static DBClusterStorageTypeReturns the enum constant of this class with the specified name.static DBClusterStorageType[]DBClusterStorageType.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 DBClusterStorageTypeModifier and TypeMethodDescriptionDatabaseCluster.Builder.storageType(DBClusterStorageType storageType) The storage type to be associated with the DB cluster.DatabaseClusterFromSnapshot.Builder.storageType(DBClusterStorageType storageType) The storage type to be associated with the DB cluster.DatabaseClusterFromSnapshotProps.Builder.storageType(DBClusterStorageType storageType) Sets the value ofDatabaseClusterFromSnapshotProps.getStorageType()DatabaseClusterProps.Builder.storageType(DBClusterStorageType storageType) Sets the value ofDatabaseClusterProps.getStorageType()