Uses of Enum
software.amazon.awscdk.services.docdb.StorageType
Packages that use StorageType
-
Uses of StorageType in software.amazon.awscdk.services.docdb
Methods in software.amazon.awscdk.services.docdb that return StorageTypeModifier and TypeMethodDescriptiondefault StorageType
DatabaseClusterProps.getStorageType()
The storage type of the DocDB cluster.final StorageType
DatabaseClusterProps.Jsii$Proxy.getStorageType()
static StorageType
Returns the enum constant of this type with the specified name.static StorageType[]
StorageType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.docdb with parameters of type StorageTypeModifier and TypeMethodDescriptionDatabaseCluster.Builder.storageType
(StorageType storageType) The storage type of the DocDB cluster.DatabaseClusterProps.Builder.storageType
(StorageType storageType) Sets the value ofDatabaseClusterProps.getStorageType()