Uses of Class
com.oracle.bmc.datasafe.requests.ScheduleReportRequest
-
Packages that use ScheduleReportRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ScheduleReportRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type ScheduleReportRequest Modifier and Type Method Description ScheduleReportResponse
DataSafe. scheduleReport(ScheduleReportRequest request)
Schedules a .xls or .pdf report based on parameters and report definition.Future<ScheduleReportResponse>
DataSafeAsync. scheduleReport(ScheduleReportRequest request, AsyncHandler<ScheduleReportRequest,ScheduleReportResponse> handler)
Schedules a .xls or .pdf report based on parameters and report definition.Future<ScheduleReportResponse>
DataSafeAsyncClient. scheduleReport(ScheduleReportRequest request, AsyncHandler<ScheduleReportRequest,ScheduleReportResponse> handler)
ScheduleReportResponse
DataSafeClient. scheduleReport(ScheduleReportRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type ScheduleReportRequest Modifier and Type Method Description Future<ScheduleReportResponse>
DataSafeAsync. scheduleReport(ScheduleReportRequest request, AsyncHandler<ScheduleReportRequest,ScheduleReportResponse> handler)
Schedules a .xls or .pdf report based on parameters and report definition.Future<ScheduleReportResponse>
DataSafeAsyncClient. scheduleReport(ScheduleReportRequest request, AsyncHandler<ScheduleReportRequest,ScheduleReportResponse> handler)
-
Uses of ScheduleReportRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ScheduleReportRequest Modifier and Type Method Description ScheduleReportRequest
ScheduleReportRequest.Builder. build()
Build the instance of ScheduleReportRequest as configured by this builderScheduleReportRequest
ScheduleReportRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ScheduleReportRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ScheduleReportRequest Modifier and Type Method Description ScheduleReportRequest.Builder
ScheduleReportRequest.Builder. copy(ScheduleReportRequest o)
Copy method to populate the builder with values from the given instance.
-