Uses of Class
com.oracle.bmc.usageapi.model.ResultLocation
-
Packages that use ResultLocation Package Description com.oracle.bmc.usageapi.model -
-
Uses of ResultLocation in com.oracle.bmc.usageapi.model
Subclasses of ResultLocation in com.oracle.bmc.usageapi.model Modifier and Type Class Description class
ObjectStorageLocation
The object storage location where usage or cost CSVs will be uploaded.Methods in com.oracle.bmc.usageapi.model that return ResultLocation Modifier and Type Method Description ResultLocation
CreateScheduleDetails. getResultLocation()
ResultLocation
Schedule. getResultLocation()
ResultLocation
UpdateScheduleDetails. getResultLocation()
Methods in com.oracle.bmc.usageapi.model with parameters of type ResultLocation Modifier and Type Method Description CreateScheduleDetails.Builder
CreateScheduleDetails.Builder. resultLocation(ResultLocation resultLocation)
Schedule.Builder
Schedule.Builder. resultLocation(ResultLocation resultLocation)
UpdateScheduleDetails.Builder
UpdateScheduleDetails.Builder. resultLocation(ResultLocation resultLocation)
Constructors in com.oracle.bmc.usageapi.model with parameters of type ResultLocation Constructor 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.UpdateScheduleDetails(String description, UpdateScheduleDetails.OutputFileFormat outputFileFormat, ResultLocation resultLocation, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-