Package | Description |
---|---|
com.oracle.bmc.datasafe | |
com.oracle.bmc.datasafe.model | |
com.oracle.bmc.datasafe.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetReportRequest,GetReportResponse> |
DataSafeWaiters.forReport(GetReportRequest request,
ReportLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetReportRequest,GetReportResponse> |
DataSafeWaiters.forReport(GetReportRequest request,
ReportLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetReportRequest,GetReportResponse> |
DataSafeWaiters.forReport(GetReportRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ReportLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ReportLifecycleState |
ReportLifecycleState.create(String key) |
ReportLifecycleState |
ReportSummary.getLifecycleState()
The current state of the report.
|
ReportLifecycleState |
Report.getLifecycleState()
The current state of the audit 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.
|
Modifier and Type | Method and Description |
---|---|
ReportSummary.Builder |
ReportSummary.Builder.lifecycleState(ReportLifecycleState lifecycleState)
The current state of the report.
|
Report.Builder |
Report.Builder.lifecycleState(ReportLifecycleState lifecycleState)
The current state of the audit report.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
ReportLifecycleState |
ListReportsRequest.getLifecycleState()
An optional filter to return only resources that match the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListReportsRequest.Builder |
ListReportsRequest.Builder.lifecycleState(ReportLifecycleState lifecycleState)
An optional filter to return only resources that match the specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.