Uses of Class
com.oracle.bmc.datasafe.model.CryptoPosture.Builder
-
Packages that use CryptoPosture.Builder Package Description com.oracle.bmc.datasafe.model -
-
Uses of CryptoPosture.Builder in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return CryptoPosture.Builder Modifier and Type Method Description CryptoPosture.BuilderCryptoPosture.Builder. backupStatus(String backupStatus)Backup encryption status observed for the assessment.static CryptoPosture.BuilderCryptoPosture. builder()Create a new builder.CryptoPosture.BuilderCryptoPosture.Builder. copy(CryptoPosture model)CryptoPosture.BuilderCryptoPosture.Builder. encryptedBackupPiecesCount(Integer encryptedBackupPiecesCount)Number of encrypted backup pieces.CryptoPosture.BuilderCryptoPosture.Builder. fipsModeConfigured(CryptoPosture.FipsModeConfigured fipsModeConfigured)Common FIPS mode configured for the assessment when the target uses common FIPS configuration.CryptoPosture.BuilderCryptoPosture.Builder. fipsStatus(CryptoFeatureStatus fipsStatus)Overall FIPS status for the assessment when the target uses common FIPS configuration.CryptoPosture.BuilderCryptoPosture.Builder. networkEncryption(List<String> networkEncryption)Network encryption details.CryptoPosture.BuilderCryptoPosture.Builder. nne(CryptoNnePosture nne)CryptoPosture.BuilderCryptoPosture.Builder. tde(CryptoTdePosture tde)CryptoPosture.BuilderCryptoPosture.Builder. tls(CryptoTlsPosture tls)CryptoPosture.BuilderCryptoPosture. toBuilder()CryptoPosture.BuilderCryptoPosture.Builder. unencryptedBackupPiecesCount(Integer unencryptedBackupPiecesCount)Number of unencrypted backup pieces.
-