Uses of Class
com.oracle.bmc.marketplace.requests.ListCategoriesRequest
-
Packages that use ListCategoriesRequest Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.requests -
-
Uses of ListCategoriesRequest in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace with parameters of type ListCategoriesRequest Modifier and Type Method Description ListCategoriesResponse
Marketplace. listCategories(ListCategoriesRequest request)
Gets the list of all the categories for listings published to Oracle Cloud Infrastructure Marketplace.Future<ListCategoriesResponse>
MarketplaceAsync. listCategories(ListCategoriesRequest request, AsyncHandler<ListCategoriesRequest,ListCategoriesResponse> handler)
Gets the list of all the categories for listings published to Oracle Cloud Infrastructure Marketplace.Future<ListCategoriesResponse>
MarketplaceAsyncClient. listCategories(ListCategoriesRequest request, AsyncHandler<ListCategoriesRequest,ListCategoriesResponse> handler)
ListCategoriesResponse
MarketplaceClient. listCategories(ListCategoriesRequest request)
Iterable<CategorySummary>
MarketplacePaginators. listCategoriesRecordIterator(ListCategoriesRequest request)
Creates a new iterable which will iterate over theCategorySummary
objects contained in responses from the listCategories operation.Iterable<ListCategoriesResponse>
MarketplacePaginators. listCategoriesResponseIterator(ListCategoriesRequest request)
Creates a new iterable which will iterate over the responses received from the listCategories operation.Method parameters in com.oracle.bmc.marketplace with type arguments of type ListCategoriesRequest Modifier and Type Method Description Future<ListCategoriesResponse>
MarketplaceAsync. listCategories(ListCategoriesRequest request, AsyncHandler<ListCategoriesRequest,ListCategoriesResponse> handler)
Gets the list of all the categories for listings published to Oracle Cloud Infrastructure Marketplace.Future<ListCategoriesResponse>
MarketplaceAsyncClient. listCategories(ListCategoriesRequest request, AsyncHandler<ListCategoriesRequest,ListCategoriesResponse> handler)
-
Uses of ListCategoriesRequest in com.oracle.bmc.marketplace.requests
Methods in com.oracle.bmc.marketplace.requests that return ListCategoriesRequest Modifier and Type Method Description ListCategoriesRequest
ListCategoriesRequest.Builder. build()
Build the instance of ListCategoriesRequest as configured by this builderListCategoriesRequest
ListCategoriesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListCategoriesRequest as configured by this builderMethods in com.oracle.bmc.marketplace.requests with parameters of type ListCategoriesRequest Modifier and Type Method Description ListCategoriesRequest.Builder
ListCategoriesRequest.Builder. copy(ListCategoriesRequest o)
Copy method to populate the builder with values from the given instance.
-