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 ListListingsResponseMarketplace. 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)ListListingsResponseMarketplaceClient. listListings(ListListingsRequest request)Iterable<ListingSummary>MarketplacePaginators. listListingsRecordIterator(ListListingsRequest request)Creates a new iterable which will iterate over theListingSummaryobjects 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 ListListingsRequestListListingsRequest.Builder. build()Build the instance of ListListingsRequest as configured by this builderListListingsRequestListListingsRequest.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.BuilderListListingsRequest.Builder. copy(ListListingsRequest o)Copy method to populate the builder with values from the given instance.
-