Uses of Class
com.oracle.bmc.datasafe.model.CryptoAssessment.LifecycleState
-
Packages that use CryptoAssessment.LifecycleState Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of CryptoAssessment.LifecycleState in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type CryptoAssessment.LifecycleState Modifier and Type Method Description Waiter<GetCryptoAssessmentRequest,GetCryptoAssessmentResponse>DataSafeWaiters. forCryptoAssessment(GetCryptoAssessmentRequest request, CryptoAssessment.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetCryptoAssessmentRequest,GetCryptoAssessmentResponse>DataSafeWaiters. forCryptoAssessment(GetCryptoAssessmentRequest request, CryptoAssessment.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetCryptoAssessmentRequest,GetCryptoAssessmentResponse>DataSafeWaiters. forCryptoAssessment(GetCryptoAssessmentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, CryptoAssessment.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of CryptoAssessment.LifecycleState in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return CryptoAssessment.LifecycleState Modifier and Type Method Description static CryptoAssessment.LifecycleStateCryptoAssessment.LifecycleState. create(String key)CryptoAssessment.LifecycleStateCryptoAssessment. getLifecycleState()The current lifecycle state of the crypto assessment.CryptoAssessment.LifecycleStateCryptoAssessmentSummary. getLifecycleState()The current lifecycle state of the crypto assessment.static CryptoAssessment.LifecycleStateCryptoAssessment.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static CryptoAssessment.LifecycleState[]CryptoAssessment.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type CryptoAssessment.LifecycleState Modifier and Type Method Description CryptoAssessment.BuilderCryptoAssessment.Builder. lifecycleState(CryptoAssessment.LifecycleState lifecycleState)The current lifecycle state of the crypto assessment.CryptoAssessmentSummary.BuilderCryptoAssessmentSummary.Builder. lifecycleState(CryptoAssessment.LifecycleState lifecycleState)The current lifecycle state of the crypto assessment.Constructors in com.oracle.bmc.datasafe.model with parameters of type CryptoAssessment.LifecycleState 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.CryptoAssessmentSummary(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, CryptoPostureCategory postureCategory, String schedule, Integer issueCount, Integer targetsWithIssuesCount, Boolean isAssessmentScheduled, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of CryptoAssessment.LifecycleState in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return CryptoAssessment.LifecycleState Modifier and Type Method Description CryptoAssessment.LifecycleStateListCryptoAssessmentsRequest. getLifecycleState()A filter to return only resources that match the specified lifecycle state.Methods in com.oracle.bmc.datasafe.requests with parameters of type CryptoAssessment.LifecycleState Modifier and Type Method Description ListCryptoAssessmentsRequest.BuilderListCryptoAssessmentsRequest.Builder. lifecycleState(CryptoAssessment.LifecycleState lifecycleState)A filter to return only resources that match the specified lifecycle state.
-