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