Uses of Class
com.oracle.bmc.marketplace.responses.ListReportsResponse
-
Packages that use ListReportsResponse Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.responses -
-
Uses of ListReportsResponse in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace that return ListReportsResponse Modifier and Type Method Description ListReportsResponseMarketplace. listReports(ListReportsRequest request)Lists reports in the compartment that match the specified report type and date.ListReportsResponseMarketplaceClient. listReports(ListReportsRequest request)Methods in com.oracle.bmc.marketplace that return types with arguments of type ListReportsResponse Modifier and Type Method Description Future<ListReportsResponse>MarketplaceAsync. listReports(ListReportsRequest request, AsyncHandler<ListReportsRequest,ListReportsResponse> handler)Lists reports in the compartment that match the specified report type and date.Future<ListReportsResponse>MarketplaceAsyncClient. listReports(ListReportsRequest request, AsyncHandler<ListReportsRequest,ListReportsResponse> handler)Iterable<ListReportsResponse>MarketplacePaginators. listReportsResponseIterator(ListReportsRequest request)Creates a new iterable which will iterate over the responses received from the listReports operation.Method parameters in com.oracle.bmc.marketplace with type arguments of type ListReportsResponse Modifier and Type Method Description Future<ListReportsResponse>MarketplaceAsync. listReports(ListReportsRequest request, AsyncHandler<ListReportsRequest,ListReportsResponse> handler)Lists reports in the compartment that match the specified report type and date.Future<ListReportsResponse>MarketplaceAsyncClient. listReports(ListReportsRequest request, AsyncHandler<ListReportsRequest,ListReportsResponse> handler) -
Uses of ListReportsResponse in com.oracle.bmc.marketplace.responses
Methods in com.oracle.bmc.marketplace.responses that return ListReportsResponse Modifier and Type Method Description ListReportsResponseListReportsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.marketplace.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.
-