Uses of Class
com.oracle.bmc.datasafe.model.ReportLifecycleState
-
Packages that use ReportLifecycleState Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of ReportLifecycleState in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type ReportLifecycleState Modifier and Type Method Description Waiter<GetReportRequest,GetReportResponse>
DataSafeWaiters. forReport(GetReportRequest request, ReportLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetReportRequest,GetReportResponse>
DataSafeWaiters. forReport(GetReportRequest request, ReportLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetReportRequest,GetReportResponse>
DataSafeWaiters. forReport(GetReportRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ReportLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ReportLifecycleState in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return ReportLifecycleState Modifier and Type Method Description static ReportLifecycleState
ReportLifecycleState. create(String key)
ReportLifecycleState
Report. getLifecycleState()
The current state of the audit report.ReportLifecycleState
ReportSummary. getLifecycleState()
The current state of the report.static ReportLifecycleState
ReportLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReportLifecycleState[]
ReportLifecycleState. 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 ReportLifecycleState Modifier and Type Method Description Report.Builder
Report.Builder. lifecycleState(ReportLifecycleState lifecycleState)
The current state of the audit report.ReportSummary.Builder
ReportSummary.Builder. lifecycleState(ReportLifecycleState lifecycleState)
The current state of the report.Constructors in com.oracle.bmc.datasafe.model with parameters of type ReportLifecycleState Constructor Description Report(String id, String displayName, String reportDefinitionId, String description, String compartmentId, Report.MimeType mimeType, Date timeGenerated, ReportLifecycleState lifecycleState, ReportType type, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ReportSummary(String displayName, String id, String reportDefinitionId, String description, ReportSummary.MimeType mimeType, Date timeGenerated, String compartmentId, ReportLifecycleState lifecycleState, ReportType type, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of ReportLifecycleState in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ReportLifecycleState Modifier and Type Method Description ReportLifecycleState
ListReportsRequest. getLifecycleState()
An optional filter to return only resources that match the specified lifecycle state.Methods in com.oracle.bmc.datasafe.requests with parameters of type ReportLifecycleState Modifier and Type Method Description ListReportsRequest.Builder
ListReportsRequest.Builder. lifecycleState(ReportLifecycleState lifecycleState)
An optional filter to return only resources that match the specified lifecycle state.
-