Uses of Enum
software.amazon.awssdk.services.rds.model.StorageEncryptionType
Packages that use StorageEncryptionType
-
Uses of StorageEncryptionType in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return StorageEncryptionTypeModifier and TypeMethodDescriptionstatic StorageEncryptionTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StorageEncryptionTypeDBCluster.storageEncryptionType()The type of encryption used to protect data at rest in the DB cluster.final StorageEncryptionTypeDBClusterAutomatedBackup.storageEncryptionType()The type of encryption used to protect data at rest in the automated backup.final StorageEncryptionTypeDBClusterSnapshot.storageEncryptionType()The type of encryption used to protect data at rest in the DB cluster snapshot.final StorageEncryptionTypeDBInstance.storageEncryptionType()The type of encryption used to protect data at rest in the DB instance.final StorageEncryptionTypeDBInstanceAutomatedBackup.storageEncryptionType()The type of encryption used to protect data at rest in the automated backup.final StorageEncryptionTypeDBSnapshot.storageEncryptionType()The type of encryption used to protect data at rest in the DB snapshot.final StorageEncryptionTypeGlobalCluster.storageEncryptionType()The type of encryption used to protect data at rest in the global database cluster.static StorageEncryptionTypeReturns 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 StorageEncryptionTypeModifier and TypeMethodDescriptionstatic Set<StorageEncryptionType>StorageEncryptionType.knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type StorageEncryptionTypeModifier and TypeMethodDescriptionDBCluster.Builder.storageEncryptionType(StorageEncryptionType storageEncryptionType) The type of encryption used to protect data at rest in the DB cluster.DBClusterAutomatedBackup.Builder.storageEncryptionType(StorageEncryptionType storageEncryptionType) The type of encryption used to protect data at rest in the automated backup.DBClusterSnapshot.Builder.storageEncryptionType(StorageEncryptionType storageEncryptionType) The type of encryption used to protect data at rest in the DB cluster snapshot.DBInstance.Builder.storageEncryptionType(StorageEncryptionType storageEncryptionType) The type of encryption used to protect data at rest in the DB instance.DBInstanceAutomatedBackup.Builder.storageEncryptionType(StorageEncryptionType storageEncryptionType) The type of encryption used to protect data at rest in the automated backup.DBSnapshot.Builder.storageEncryptionType(StorageEncryptionType storageEncryptionType) The type of encryption used to protect data at rest in the DB snapshot.GlobalCluster.Builder.storageEncryptionType(StorageEncryptionType storageEncryptionType) The type of encryption used to protect data at rest in the global database cluster.