Uses of Class
com.oracle.bmc.marketplace.requests.ListReportsRequest
-
Packages that use ListReportsRequest Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.requests -
-
Uses of ListReportsRequest in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace with parameters of type ListReportsRequest Modifier and Type Method Description ListReportsResponseMarketplace. listReports(ListReportsRequest request)Lists reports in the compartment that match the specified report type and date.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)ListReportsResponseMarketplaceClient. listReports(ListReportsRequest request)Iterable<ReportSummary>MarketplacePaginators. listReportsRecordIterator(ListReportsRequest request)Creates a new iterable which will iterate over theReportSummaryobjects contained in responses from the listReports operation.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 ListReportsRequest 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 ListReportsRequest in com.oracle.bmc.marketplace.requests
Methods in com.oracle.bmc.marketplace.requests that return ListReportsRequest Modifier and Type Method Description ListReportsRequestListReportsRequest.Builder. build()Build the instance of ListReportsRequest as configured by this builderListReportsRequestListReportsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListReportsRequest as configured by this builderMethods in com.oracle.bmc.marketplace.requests with parameters of type ListReportsRequest Modifier and Type Method Description ListReportsRequest.BuilderListReportsRequest.Builder. copy(ListReportsRequest o)Copy method to populate the builder with values from the given instance.
-