Uses of Class
com.oracle.bmc.marketplacepublisher.requests.ListCategoriesRequest
-
Packages that use ListCategoriesRequest Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.requests -
-
Uses of ListCategoriesRequest in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher with parameters of type ListCategoriesRequest Modifier and Type Method Description ListCategoriesResponse
MarketplacePublisher. listCategories(ListCategoriesRequest request)
Lists the categories in your compartment.Future<ListCategoriesResponse>
MarketplacePublisherAsync. listCategories(ListCategoriesRequest request, AsyncHandler<ListCategoriesRequest,ListCategoriesResponse> handler)
Lists the categories in your compartment.Future<ListCategoriesResponse>
MarketplacePublisherAsyncClient. listCategories(ListCategoriesRequest request, AsyncHandler<ListCategoriesRequest,ListCategoriesResponse> handler)
ListCategoriesResponse
MarketplacePublisherClient. listCategories(ListCategoriesRequest request)
Iterable<CategorySummary>
MarketplacePublisherPaginators. listCategoriesRecordIterator(ListCategoriesRequest request)
Creates a new iterable which will iterate over theCategorySummary
objects contained in responses from the listCategories operation.Iterable<ListCategoriesResponse>
MarketplacePublisherPaginators. listCategoriesResponseIterator(ListCategoriesRequest request)
Creates a new iterable which will iterate over the responses received from the listCategories operation.Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type ListCategoriesRequest Modifier and Type Method Description Future<ListCategoriesResponse>
MarketplacePublisherAsync. listCategories(ListCategoriesRequest request, AsyncHandler<ListCategoriesRequest,ListCategoriesResponse> handler)
Lists the categories in your compartment.Future<ListCategoriesResponse>
MarketplacePublisherAsyncClient. listCategories(ListCategoriesRequest request, AsyncHandler<ListCategoriesRequest,ListCategoriesResponse> handler)
-
Uses of ListCategoriesRequest in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.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.marketplacepublisher.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.
-