Uses of Class
software.amazon.awssdk.services.rds.model.StorageEncryptionType
-
Packages that use StorageEncryptionType Package Description software.amazon.awssdk.services.rds.model -
-
Uses of StorageEncryptionType in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return StorageEncryptionType Modifier and Type Method Description static StorageEncryptionTypeStorageEncryptionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StorageEncryptionTypeDBCluster. storageEncryptionType()The type of encryption used to protect data at rest in the DB cluster.StorageEncryptionTypeDBClusterAutomatedBackup. storageEncryptionType()The type of encryption used to protect data at rest in the automated backup.StorageEncryptionTypeDBClusterSnapshot. storageEncryptionType()The type of encryption used to protect data at rest in the DB cluster snapshot.StorageEncryptionTypeDBInstance. storageEncryptionType()The type of encryption used to protect data at rest in the DB instance.StorageEncryptionTypeDBInstanceAutomatedBackup. storageEncryptionType()The type of encryption used to protect data at rest in the automated backup.StorageEncryptionTypeDBSnapshot. storageEncryptionType()The type of encryption used to protect data at rest in the DB snapshot.StorageEncryptionTypeGlobalCluster. storageEncryptionType()The type of encryption used to protect data at rest in the global database cluster.static StorageEncryptionTypeStorageEncryptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageEncryptionType[]StorageEncryptionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type StorageEncryptionType Modifier and Type Method Description static Set<StorageEncryptionType>StorageEncryptionType. knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type StorageEncryptionType Modifier and Type Method Description DBCluster.BuilderDBCluster.Builder. storageEncryptionType(StorageEncryptionType storageEncryptionType)The type of encryption used to protect data at rest in the DB cluster.DBClusterAutomatedBackup.BuilderDBClusterAutomatedBackup.Builder. storageEncryptionType(StorageEncryptionType storageEncryptionType)The type of encryption used to protect data at rest in the automated backup.DBClusterSnapshot.BuilderDBClusterSnapshot.Builder. storageEncryptionType(StorageEncryptionType storageEncryptionType)The type of encryption used to protect data at rest in the DB cluster snapshot.DBInstance.BuilderDBInstance.Builder. storageEncryptionType(StorageEncryptionType storageEncryptionType)The type of encryption used to protect data at rest in the DB instance.DBInstanceAutomatedBackup.BuilderDBInstanceAutomatedBackup.Builder. storageEncryptionType(StorageEncryptionType storageEncryptionType)The type of encryption used to protect data at rest in the automated backup.DBSnapshot.BuilderDBSnapshot.Builder. storageEncryptionType(StorageEncryptionType storageEncryptionType)The type of encryption used to protect data at rest in the DB snapshot.GlobalCluster.BuilderGlobalCluster.Builder. storageEncryptionType(StorageEncryptionType storageEncryptionType)The type of encryption used to protect data at rest in the global database cluster.
-