Uses of Class
com.oracle.bmc.marketplace.responses.ListReportTypesResponse
-
Packages that use ListReportTypesResponse Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.responses -
-
Uses of ListReportTypesResponse in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace that return ListReportTypesResponse Modifier and Type Method Description ListReportTypesResponse
Marketplace. listReportTypes(ListReportTypesRequest request)
Lists available types of reports for the compartment.ListReportTypesResponse
MarketplaceClient. listReportTypes(ListReportTypesRequest request)
Methods in com.oracle.bmc.marketplace that return types with arguments of type ListReportTypesResponse 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)
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 ListReportTypesResponse 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 ListReportTypesResponse in com.oracle.bmc.marketplace.responses
Methods in com.oracle.bmc.marketplace.responses that return ListReportTypesResponse Modifier and Type Method Description ListReportTypesResponse
ListReportTypesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplace.responses with parameters of type ListReportTypesResponse Modifier and Type Method Description ListReportTypesResponse.Builder
ListReportTypesResponse.Builder. copy(ListReportTypesResponse o)
Copy method to populate the builder with values from the given instance.
-