Uses of Class
com.oracle.bmc.marketplace.requests.SearchListingsRequest
-
Packages that use SearchListingsRequest Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.requests -
-
Uses of SearchListingsRequest in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace with parameters of type SearchListingsRequest Modifier and Type Method Description SearchListingsResponseMarketplace. searchListings(SearchListingsRequest request)Queries all Marketplace Applications to find listings that match the specified criteria.Future<SearchListingsResponse>MarketplaceAsync. searchListings(SearchListingsRequest request, AsyncHandler<SearchListingsRequest,SearchListingsResponse> handler)Queries all Marketplace Applications to find listings that match the specified criteria.Future<SearchListingsResponse>MarketplaceAsyncClient. searchListings(SearchListingsRequest request, AsyncHandler<SearchListingsRequest,SearchListingsResponse> handler)SearchListingsResponseMarketplaceClient. searchListings(SearchListingsRequest request)Iterable<ListingSummary>MarketplacePaginators. searchListingsRecordIterator(SearchListingsRequest request)Creates a new iterable which will iterate over theListingSummaryobjects contained in responses from the searchListings operation.Iterable<SearchListingsResponse>MarketplacePaginators. searchListingsResponseIterator(SearchListingsRequest request)Creates a new iterable which will iterate over the responses received from the searchListings operation.Method parameters in com.oracle.bmc.marketplace with type arguments of type SearchListingsRequest Modifier and Type Method Description Future<SearchListingsResponse>MarketplaceAsync. searchListings(SearchListingsRequest request, AsyncHandler<SearchListingsRequest,SearchListingsResponse> handler)Queries all Marketplace Applications to find listings that match the specified criteria.Future<SearchListingsResponse>MarketplaceAsyncClient. searchListings(SearchListingsRequest request, AsyncHandler<SearchListingsRequest,SearchListingsResponse> handler) -
Uses of SearchListingsRequest in com.oracle.bmc.marketplace.requests
Methods in com.oracle.bmc.marketplace.requests that return SearchListingsRequest Modifier and Type Method Description SearchListingsRequestSearchListingsRequest.Builder. build()Build the instance of SearchListingsRequest as configured by this builderSearchListingsRequestSearchListingsRequest.Builder. buildWithoutInvocationCallback()Build the instance of SearchListingsRequest as configured by this builderMethods in com.oracle.bmc.marketplace.requests with parameters of type SearchListingsRequest Modifier and Type Method Description SearchListingsRequest.BuilderSearchListingsRequest.Builder. copy(SearchListingsRequest o)Copy method to populate the builder with values from the given instance.
-