Package | Description |
---|---|
com.oracle.bmc.marketplace | |
com.oracle.bmc.marketplace.requests |
Modifier and Type | Method and Description |
---|---|
ListListingsResponse |
Marketplace.listListings(ListListingsRequest request)
Gets a list of listings from Oracle Cloud Infrastructure Marketplace by searching keywords
and filtering according to listing attributes.
|
ListListingsResponse |
MarketplaceClient.listListings(ListListingsRequest request) |
Future<ListListingsResponse> |
MarketplaceAsync.listListings(ListListingsRequest request,
AsyncHandler<ListListingsRequest,ListListingsResponse> handler)
Gets a list of listings from Oracle Cloud Infrastructure Marketplace by searching keywords
and filtering according to listing attributes.
|
Future<ListListingsResponse> |
MarketplaceAsyncClient.listListings(ListListingsRequest request,
AsyncHandler<ListListingsRequest,ListListingsResponse> handler) |
Iterable<ListingSummary> |
MarketplacePaginators.listListingsRecordIterator(ListListingsRequest request)
Creates a new iterable which will iterate over the
ListingSummary objects contained in responses from the
listListings operation. |
Iterable<ListListingsResponse> |
MarketplacePaginators.listListingsResponseIterator(ListListingsRequest request)
Creates a new iterable which will iterate over the responses received from the listListings
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListListingsResponse> |
MarketplaceAsync.listListings(ListListingsRequest request,
AsyncHandler<ListListingsRequest,ListListingsResponse> handler)
Gets a list of listings from Oracle Cloud Infrastructure Marketplace by searching keywords
and filtering according to listing attributes.
|
Future<ListListingsResponse> |
MarketplaceAsyncClient.listListings(ListListingsRequest request,
AsyncHandler<ListListingsRequest,ListListingsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListListingsRequest |
ListListingsRequest.Builder.build()
Build the instance of ListListingsRequest as configured by this builder
|
ListListingsRequest |
ListListingsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListListingsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListListingsRequest.Builder |
ListListingsRequest.Builder.copy(ListListingsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.