Uses of Class
com.oracle.bmc.marketplace.responses.SearchListingsResponse
-
Packages that use SearchListingsResponse Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.responses -
-
Uses of SearchListingsResponse in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace that return SearchListingsResponse Modifier and Type Method Description SearchListingsResponse
Marketplace. searchListings(SearchListingsRequest request)
Queries all Marketplace Applications to find listings that match the specified criteria.SearchListingsResponse
MarketplaceClient. searchListings(SearchListingsRequest request)
Methods in com.oracle.bmc.marketplace that return types with arguments of type SearchListingsResponse 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)
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 SearchListingsResponse 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 SearchListingsResponse in com.oracle.bmc.marketplace.responses
Methods in com.oracle.bmc.marketplace.responses that return SearchListingsResponse Modifier and Type Method Description SearchListingsResponse
SearchListingsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplace.responses with parameters of type SearchListingsResponse Modifier and Type Method Description SearchListingsResponse.Builder
SearchListingsResponse.Builder. copy(SearchListingsResponse o)
Copy method to populate the builder with values from the given instance.
-