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 ListReportsResponseDataSafe. listReports(ListReportsRequest request)Gets a list of all the reports in the compartment.ListReportsResponseDataSafeClient. 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 ListReportsResponseListReportsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListReportsResponse Modifier and Type Method Description ListReportsResponse.BuilderListReportsResponse.Builder. copy(ListReportsResponse o)Copy method to populate the builder with values from the given instance.
-