Uses of Enum Class
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 StorageTypeDatabaseClusterProps.getStorageType()The storage type of the DocDB cluster.final StorageTypeDatabaseClusterProps.Jsii$Proxy.getStorageType()static StorageTypeReturns the enum constant of this class with the specified name.static StorageType[]StorageType.values()Returns an array containing the constants of this enum class, 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()