Uses of Class
com.oracle.bmc.opsi.requests.ListNewsReportsRequest
-
Packages that use ListNewsReportsRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of ListNewsReportsRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type ListNewsReportsRequest Modifier and Type Method Description ListNewsReportsResponseOperationsInsights. listNewsReports(ListNewsReportsRequest request)Gets a list of news reports based on the query parameters specified.Future<ListNewsReportsResponse>OperationsInsightsAsync. listNewsReports(ListNewsReportsRequest request, AsyncHandler<ListNewsReportsRequest,ListNewsReportsResponse> handler)Gets a list of news reports based on the query parameters specified.Future<ListNewsReportsResponse>OperationsInsightsAsyncClient. listNewsReports(ListNewsReportsRequest request, AsyncHandler<ListNewsReportsRequest,ListNewsReportsResponse> handler)ListNewsReportsResponseOperationsInsightsClient. listNewsReports(ListNewsReportsRequest request)Iterable<NewsReportSummary>OperationsInsightsPaginators. listNewsReportsRecordIterator(ListNewsReportsRequest request)Creates a new iterable which will iterate over theNewsReportSummaryobjects contained in responses from the listNewsReports operation.Iterable<ListNewsReportsResponse>OperationsInsightsPaginators. listNewsReportsResponseIterator(ListNewsReportsRequest request)Creates a new iterable which will iterate over the responses received from the listNewsReports operation.Method parameters in com.oracle.bmc.opsi with type arguments of type ListNewsReportsRequest Modifier and Type Method Description Future<ListNewsReportsResponse>OperationsInsightsAsync. listNewsReports(ListNewsReportsRequest request, AsyncHandler<ListNewsReportsRequest,ListNewsReportsResponse> handler)Gets a list of news reports based on the query parameters specified.Future<ListNewsReportsResponse>OperationsInsightsAsyncClient. listNewsReports(ListNewsReportsRequest request, AsyncHandler<ListNewsReportsRequest,ListNewsReportsResponse> handler) -
Uses of ListNewsReportsRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return ListNewsReportsRequest Modifier and Type Method Description ListNewsReportsRequestListNewsReportsRequest.Builder. build()Build the instance of ListNewsReportsRequest as configured by this builderListNewsReportsRequestListNewsReportsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListNewsReportsRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type ListNewsReportsRequest Modifier and Type Method Description ListNewsReportsRequest.BuilderListNewsReportsRequest.Builder. copy(ListNewsReportsRequest o)Copy method to populate the builder with values from the given instance.
-