Uses of Class
com.oracle.bmc.marketplace.requests.ListListingsRequest
-
Packages that use ListListingsRequest Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.requests -
-
Uses of ListListingsRequest in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace with parameters of type ListListingsRequest Modifier and Type Method 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.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)
ListListingsResponse
MarketplaceClient. listListings(ListListingsRequest request)
Iterable<ListingSummary>
MarketplacePaginators. listListingsRecordIterator(ListListingsRequest request)
Creates a new iterable which will iterate over theListingSummary
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.Method parameters in com.oracle.bmc.marketplace with type arguments of type ListListingsRequest Modifier and Type Method 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)
-
Uses of ListListingsRequest in com.oracle.bmc.marketplace.requests
Methods in com.oracle.bmc.marketplace.requests that return ListListingsRequest Modifier and Type Method Description ListListingsRequest
ListListingsRequest.Builder. build()
Build the instance of ListListingsRequest as configured by this builderListListingsRequest
ListListingsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListListingsRequest as configured by this builderMethods in com.oracle.bmc.marketplace.requests with parameters of type ListListingsRequest Modifier and Type Method Description ListListingsRequest.Builder
ListListingsRequest.Builder. copy(ListListingsRequest o)
Copy method to populate the builder with values from the given instance.
-