Uses of Class
com.oracle.bmc.marketplace.requests.ListReportTypesRequest
-
Packages that use ListReportTypesRequest Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.requests -
-
Uses of ListReportTypesRequest in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace with parameters of type ListReportTypesRequest Modifier and Type Method Description ListReportTypesResponse
Marketplace. listReportTypes(ListReportTypesRequest request)
Lists available types of reports for the compartment.Future<ListReportTypesResponse>
MarketplaceAsync. listReportTypes(ListReportTypesRequest request, AsyncHandler<ListReportTypesRequest,ListReportTypesResponse> handler)
Lists available types of reports for the compartment.Future<ListReportTypesResponse>
MarketplaceAsyncClient. listReportTypes(ListReportTypesRequest request, AsyncHandler<ListReportTypesRequest,ListReportTypesResponse> handler)
ListReportTypesResponse
MarketplaceClient. listReportTypes(ListReportTypesRequest request)
Iterable<ReportTypeSummary>
MarketplacePaginators. listReportTypesRecordIterator(ListReportTypesRequest request)
Creates a new iterable which will iterate over theReportTypeSummary
objects contained in responses from the listReportTypes operation.Iterable<ListReportTypesResponse>
MarketplacePaginators. listReportTypesResponseIterator(ListReportTypesRequest request)
Creates a new iterable which will iterate over the responses received from the listReportTypes operation.Method parameters in com.oracle.bmc.marketplace with type arguments of type ListReportTypesRequest Modifier and Type Method Description Future<ListReportTypesResponse>
MarketplaceAsync. listReportTypes(ListReportTypesRequest request, AsyncHandler<ListReportTypesRequest,ListReportTypesResponse> handler)
Lists available types of reports for the compartment.Future<ListReportTypesResponse>
MarketplaceAsyncClient. listReportTypes(ListReportTypesRequest request, AsyncHandler<ListReportTypesRequest,ListReportTypesResponse> handler)
-
Uses of ListReportTypesRequest in com.oracle.bmc.marketplace.requests
Methods in com.oracle.bmc.marketplace.requests that return ListReportTypesRequest Modifier and Type Method Description ListReportTypesRequest
ListReportTypesRequest.Builder. build()
Build the instance of ListReportTypesRequest as configured by this builderListReportTypesRequest
ListReportTypesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListReportTypesRequest as configured by this builderMethods in com.oracle.bmc.marketplace.requests with parameters of type ListReportTypesRequest Modifier and Type Method Description ListReportTypesRequest.Builder
ListReportTypesRequest.Builder. copy(ListReportTypesRequest o)
Copy method to populate the builder with values from the given instance.
-