Uses of Class
com.oracle.bmc.datasafe.responses.ListReportsResponse
-
Packages that use ListReportsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListReportsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListReportsResponse Modifier and Type Method Description ListReportsResponse
DataSafe. listReports(ListReportsRequest request)
Gets a list of all the reports in the compartment.ListReportsResponse
DataSafeClient. listReports(ListReportsRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type ListReportsResponse 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)
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 ListReportsResponse 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 ListReportsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListReportsResponse Modifier and Type Method Description ListReportsResponse
ListReportsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListReportsResponse Modifier and Type Method Description ListReportsResponse.Builder
ListReportsResponse.Builder. copy(ListReportsResponse o)
Copy method to populate the builder with values from the given instance.
-