Uses of Enum
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 to associate with the DB instance.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 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.rds with parameters of type StorageTypeModifier and TypeMethodDescriptionDatabaseInstance.Builder.storageType(StorageType storageType) The storage type to associate with the DB instance.DatabaseInstanceFromSnapshot.Builder.storageType(StorageType storageType) The storage type to associate with the DB instance.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 to associate with the DB instance.DatabaseInstanceReadReplicaProps.Builder.storageType(StorageType storageType) Sets the value ofDatabaseInstanceNewProps.getStorageType()DatabaseInstanceSourceProps.Builder.storageType(StorageType storageType) Sets the value ofDatabaseInstanceNewProps.getStorageType()