Uses of Class
com.oracle.bmc.datasafe.requests.UpdateReportRequest
-
Packages that use UpdateReportRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of UpdateReportRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type UpdateReportRequest Modifier and Type Method Description UpdateReportResponse
DataSafe. updateReport(UpdateReportRequest request)
Updates the specified report.Future<UpdateReportResponse>
DataSafeAsync. updateReport(UpdateReportRequest request, AsyncHandler<UpdateReportRequest,UpdateReportResponse> handler)
Updates the specified report.Future<UpdateReportResponse>
DataSafeAsyncClient. updateReport(UpdateReportRequest request, AsyncHandler<UpdateReportRequest,UpdateReportResponse> handler)
UpdateReportResponse
DataSafeClient. updateReport(UpdateReportRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type UpdateReportRequest Modifier and Type Method Description Future<UpdateReportResponse>
DataSafeAsync. updateReport(UpdateReportRequest request, AsyncHandler<UpdateReportRequest,UpdateReportResponse> handler)
Updates the specified report.Future<UpdateReportResponse>
DataSafeAsyncClient. updateReport(UpdateReportRequest request, AsyncHandler<UpdateReportRequest,UpdateReportResponse> handler)
-
Uses of UpdateReportRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return UpdateReportRequest Modifier and Type Method Description UpdateReportRequest
UpdateReportRequest.Builder. build()
Build the instance of UpdateReportRequest as configured by this builderUpdateReportRequest
UpdateReportRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateReportRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type UpdateReportRequest Modifier and Type Method Description UpdateReportRequest.Builder
UpdateReportRequest.Builder. copy(UpdateReportRequest o)
Copy method to populate the builder with values from the given instance.
-