Uses of Class
com.oracle.bmc.marketplace.responses.ListPublishersResponse
-
Packages that use ListPublishersResponse Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.responses -
-
Uses of ListPublishersResponse in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace that return ListPublishersResponse Modifier and Type Method Description ListPublishersResponseMarketplace. listPublishers(ListPublishersRequest request)Gets the list of all the publishers of listings available in Oracle Cloud Infrastructure Marketplace.ListPublishersResponseMarketplaceClient. listPublishers(ListPublishersRequest request)Methods in com.oracle.bmc.marketplace that return types with arguments of type ListPublishersResponse Modifier and Type Method Description Future<ListPublishersResponse>MarketplaceAsync. listPublishers(ListPublishersRequest request, AsyncHandler<ListPublishersRequest,ListPublishersResponse> handler)Gets the list of all the publishers of listings available in Oracle Cloud Infrastructure Marketplace.Future<ListPublishersResponse>MarketplaceAsyncClient. listPublishers(ListPublishersRequest request, AsyncHandler<ListPublishersRequest,ListPublishersResponse> handler)Iterable<ListPublishersResponse>MarketplacePaginators. listPublishersResponseIterator(ListPublishersRequest request)Creates a new iterable which will iterate over the responses received from the listPublishers operation.Method parameters in com.oracle.bmc.marketplace with type arguments of type ListPublishersResponse Modifier and Type Method Description Future<ListPublishersResponse>MarketplaceAsync. listPublishers(ListPublishersRequest request, AsyncHandler<ListPublishersRequest,ListPublishersResponse> handler)Gets the list of all the publishers of listings available in Oracle Cloud Infrastructure Marketplace.Future<ListPublishersResponse>MarketplaceAsyncClient. listPublishers(ListPublishersRequest request, AsyncHandler<ListPublishersRequest,ListPublishersResponse> handler) -
Uses of ListPublishersResponse in com.oracle.bmc.marketplace.responses
Methods in com.oracle.bmc.marketplace.responses that return ListPublishersResponse Modifier and Type Method Description ListPublishersResponseListPublishersResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.marketplace.responses with parameters of type ListPublishersResponse Modifier and Type Method Description ListPublishersResponse.BuilderListPublishersResponse.Builder. copy(ListPublishersResponse o)Copy method to populate the builder with values from the given instance.
-