Package | Description |
---|---|
com.oracle.bmc.usageapi.model |
Modifier and Type | Method and Description |
---|---|
QueryProperties |
QueryProperties.Builder.build() |
QueryProperties |
CreateScheduleDetails.getQueryProperties() |
QueryProperties |
Schedule.getQueryProperties() |
Modifier and Type | Method and Description |
---|---|
QueryProperties.Builder |
QueryProperties.Builder.copy(QueryProperties model) |
CreateScheduleDetails.Builder |
CreateScheduleDetails.Builder.queryProperties(QueryProperties queryProperties) |
Schedule.Builder |
Schedule.Builder.queryProperties(QueryProperties queryProperties) |
Constructor and Description |
---|
CreateScheduleDetails(String name,
String compartmentId,
String description,
CreateScheduleDetails.OutputFileFormat outputFileFormat,
String savedReportId,
ResultLocation resultLocation,
String scheduleRecurrences,
Date timeScheduled,
QueryProperties queryProperties,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Schedule(String id,
String name,
String compartmentId,
ResultLocation resultLocation,
String description,
Date timeNextRun,
Schedule.OutputFileFormat outputFileFormat,
String savedReportId,
String scheduleRecurrences,
Date timeScheduled,
QueryProperties queryProperties,
Date timeCreated,
Schedule.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.