Uses of Class
com.oracle.bmc.datasafe.model.SecurityPolicyReportLifecycleState
-
Packages that use SecurityPolicyReportLifecycleState Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of SecurityPolicyReportLifecycleState in com.oracle.bmc.datasafe
-
Uses of SecurityPolicyReportLifecycleState in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SecurityPolicyReportLifecycleState Modifier and Type Method Description static SecurityPolicyReportLifecycleState
SecurityPolicyReportLifecycleState. create(String key)
SecurityPolicyReportLifecycleState
SecurityPolicyReport. getLifecycleState()
The current state of the security policy report.SecurityPolicyReportLifecycleState
SecurityPolicyReportSummary. getLifecycleState()
The current state of the security policy report.static SecurityPolicyReportLifecycleState
SecurityPolicyReportLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecurityPolicyReportLifecycleState[]
SecurityPolicyReportLifecycleState. 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 SecurityPolicyReportLifecycleState Modifier and Type Method Description SecurityPolicyReport.Builder
SecurityPolicyReport.Builder. lifecycleState(SecurityPolicyReportLifecycleState lifecycleState)
The current state of the security policy report.SecurityPolicyReportSummary.Builder
SecurityPolicyReportSummary.Builder. lifecycleState(SecurityPolicyReportLifecycleState lifecycleState)
The current state of the security policy report.Constructors in com.oracle.bmc.datasafe.model with parameters of type SecurityPolicyReportLifecycleState Constructor Description SecurityPolicyReport(String id, Date timeCreated, Date timeUpdated, String compartmentId, String displayName, String targetId, String description, SecurityPolicyReportLifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.SecurityPolicyReportSummary(String id, Date timeCreated, Date timeUpdated, String compartmentId, String displayName, String targetId, String description, SecurityPolicyReportLifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of SecurityPolicyReportLifecycleState in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return SecurityPolicyReportLifecycleState Modifier and Type Method Description SecurityPolicyReportLifecycleState
ListSecurityPolicyReportsRequest. getLifecycleState()
The current state of the security policy report.Methods in com.oracle.bmc.datasafe.requests with parameters of type SecurityPolicyReportLifecycleState Modifier and Type Method Description ListSecurityPolicyReportsRequest.Builder
ListSecurityPolicyReportsRequest.Builder. lifecycleState(SecurityPolicyReportLifecycleState lifecycleState)
The current state of the security policy report.
-