Uses of Class
com.oracle.bmc.opsi.requests.UpdateNewsReportRequest
-
Packages that use UpdateNewsReportRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of UpdateNewsReportRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type UpdateNewsReportRequest Modifier and Type Method Description UpdateNewsReportResponse
OperationsInsights. updateNewsReport(UpdateNewsReportRequest request)
Updates the configuration of a news report.Future<UpdateNewsReportResponse>
OperationsInsightsAsync. updateNewsReport(UpdateNewsReportRequest request, AsyncHandler<UpdateNewsReportRequest,UpdateNewsReportResponse> handler)
Updates the configuration of a news report.Future<UpdateNewsReportResponse>
OperationsInsightsAsyncClient. updateNewsReport(UpdateNewsReportRequest request, AsyncHandler<UpdateNewsReportRequest,UpdateNewsReportResponse> handler)
UpdateNewsReportResponse
OperationsInsightsClient. updateNewsReport(UpdateNewsReportRequest request)
Method parameters in com.oracle.bmc.opsi with type arguments of type UpdateNewsReportRequest Modifier and Type Method Description Future<UpdateNewsReportResponse>
OperationsInsightsAsync. updateNewsReport(UpdateNewsReportRequest request, AsyncHandler<UpdateNewsReportRequest,UpdateNewsReportResponse> handler)
Updates the configuration of a news report.Future<UpdateNewsReportResponse>
OperationsInsightsAsyncClient. updateNewsReport(UpdateNewsReportRequest request, AsyncHandler<UpdateNewsReportRequest,UpdateNewsReportResponse> handler)
-
Uses of UpdateNewsReportRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return UpdateNewsReportRequest Modifier and Type Method Description UpdateNewsReportRequest
UpdateNewsReportRequest.Builder. build()
Build the instance of UpdateNewsReportRequest as configured by this builderUpdateNewsReportRequest
UpdateNewsReportRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateNewsReportRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type UpdateNewsReportRequest Modifier and Type Method Description UpdateNewsReportRequest.Builder
UpdateNewsReportRequest.Builder. copy(UpdateNewsReportRequest o)
Copy method to populate the builder with values from the given instance.
-