Package | Description |
---|---|
com.oracle.bmc.marketplace | |
com.oracle.bmc.marketplace.requests |
Modifier and Type | Method and 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) |
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<CategorySummary> |
MarketplacePaginators.listCategoriesRecordIterator(ListCategoriesRequest request)
Creates a new iterable which will iterate over the
CategorySummary 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListCategoriesRequest |
ListCategoriesRequest.Builder.build()
Build the instance of ListCategoriesRequest as configured by this builder
|
ListCategoriesRequest |
ListCategoriesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListCategoriesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListCategoriesRequest.Builder |
ListCategoriesRequest.Builder.copy(ListCategoriesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.