Uses of Enum Class
software.amazon.awscdk.services.rds.StorageType
Packages that use StorageType
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of StorageType in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return StorageTypeModifier and TypeMethodDescriptionfinal StorageTypeDatabaseInstanceFromSnapshotProps.Jsii$Proxy.getStorageType()default StorageTypeDatabaseInstanceNewProps.getStorageType()The storage type.final StorageTypeDatabaseInstanceNewProps.Jsii$Proxy.getStorageType()final StorageTypeDatabaseInstanceProps.Jsii$Proxy.getStorageType()final StorageTypeDatabaseInstanceReadReplicaProps.Jsii$Proxy.getStorageType()final StorageTypeDatabaseInstanceSourceProps.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.rds with parameters of type StorageTypeModifier and TypeMethodDescriptionDatabaseInstance.Builder.storageType(StorageType storageType) The storage type.DatabaseInstanceFromSnapshot.Builder.storageType(StorageType storageType) The storage type.DatabaseInstanceFromSnapshotProps.Builder.storageType(StorageType storageType) Sets the value ofDatabaseInstanceNewProps.getStorageType()DatabaseInstanceNewProps.Builder.storageType(StorageType storageType) Sets the value ofDatabaseInstanceNewProps.getStorageType()DatabaseInstanceProps.Builder.storageType(StorageType storageType) Sets the value ofDatabaseInstanceNewProps.getStorageType()DatabaseInstanceReadReplica.Builder.storageType(StorageType storageType) The storage type.DatabaseInstanceReadReplicaProps.Builder.storageType(StorageType storageType) Sets the value ofDatabaseInstanceNewProps.getStorageType()DatabaseInstanceSourceProps.Builder.storageType(StorageType storageType) Sets the value ofDatabaseInstanceNewProps.getStorageType()