Uses of Class
com.oracle.bmc.datasafe.requests.ListReportsRequest
-
Packages that use ListReportsRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ListReportsRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type ListReportsRequest Modifier and Type Method Description ListReportsResponse
DataSafe. listReports(ListReportsRequest request)
Gets a list of all the reports in the compartment.Future<ListReportsResponse>
DataSafeAsync. listReports(ListReportsRequest request, AsyncHandler<ListReportsRequest,ListReportsResponse> handler)
Gets a list of all the reports in the compartment.Future<ListReportsResponse>
DataSafeAsyncClient. listReports(ListReportsRequest request, AsyncHandler<ListReportsRequest,ListReportsResponse> handler)
ListReportsResponse
DataSafeClient. listReports(ListReportsRequest request)
Iterable<ReportSummary>
DataSafePaginators. listReportsRecordIterator(ListReportsRequest request)
Creates a new iterable which will iterate over theReportSummary
objects contained in responses from the listReports operation.Iterable<ListReportsResponse>
DataSafePaginators. listReportsResponseIterator(ListReportsRequest request)
Creates a new iterable which will iterate over the responses received from the listReports operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListReportsRequest Modifier and Type Method Description Future<ListReportsResponse>
DataSafeAsync. listReports(ListReportsRequest request, AsyncHandler<ListReportsRequest,ListReportsResponse> handler)
Gets a list of all the reports in the compartment.Future<ListReportsResponse>
DataSafeAsyncClient. listReports(ListReportsRequest request, AsyncHandler<ListReportsRequest,ListReportsResponse> handler)
-
Uses of ListReportsRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListReportsRequest Modifier and Type Method Description ListReportsRequest
ListReportsRequest.Builder. build()
Build the instance of ListReportsRequest as configured by this builderListReportsRequest
ListReportsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListReportsRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ListReportsRequest Modifier and Type Method Description ListReportsRequest.Builder
ListReportsRequest.Builder. copy(ListReportsRequest o)
Copy method to populate the builder with values from the given instance.
-