Uses of Class
com.oracle.bmc.datasafe.model.CryptoPosture
-
Packages that use CryptoPosture Package Description com.oracle.bmc.datasafe.model -
-
Uses of CryptoPosture in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return CryptoPosture Modifier and Type Method Description CryptoPostureCryptoPosture.Builder. build()CryptoPostureCryptoAssessment. getCryptoPosture()Methods in com.oracle.bmc.datasafe.model with parameters of type CryptoPosture Modifier and Type Method Description CryptoPosture.BuilderCryptoPosture.Builder. copy(CryptoPosture model)CryptoAssessment.BuilderCryptoAssessment.Builder. cryptoPosture(CryptoPosture cryptoPosture)Constructors in com.oracle.bmc.datasafe.model with parameters of type CryptoPosture Constructor Description CryptoAssessment(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, Date timeLastAssessed, CryptoAssessment.LifecycleState lifecycleState, String lifecycleDetails, CryptoAssessment.Type type, CryptoAssessment.TriggeredBy triggeredBy, CryptoAssessment.TargetType targetType, String targetId, String targetDatabaseGroupId, String databaseVersion, String databaseName, String databaseArchitecture, String cryptoProvider, CryptoPostureCategory postureCategory, String schedule, CryptoPosture cryptoPosture, Integer issueCount, Integer targetsWithIssuesCount, Boolean isAssessmentScheduled, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-