Package | Description |
---|---|
com.oracle.bmc.datasafe | |
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static SecurityAssessmentComparison.LifecycleState |
SecurityAssessmentComparison.LifecycleState.create(String key) |
SecurityAssessmentComparison.LifecycleState |
SecurityAssessmentComparison.getLifecycleState()
The current state of the security assessment comparison.
|
static SecurityAssessmentComparison.LifecycleState |
SecurityAssessmentComparison.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityAssessmentComparison.LifecycleState[] |
SecurityAssessmentComparison.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SecurityAssessmentComparison.Builder |
SecurityAssessmentComparison.Builder.lifecycleState(SecurityAssessmentComparison.LifecycleState lifecycleState)
The current state of the security assessment comparison.
|
Constructor and Description |
---|
SecurityAssessmentComparison(String id,
String baselineId,
SecurityAssessmentComparison.LifecycleState lifecycleState,
Date timeCreated,
List<SecurityAssessmentComparisonPerTarget> targets)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.