Uses of Class
com.oracle.bmc.marketplace.responses.ListPublicationsResponse
-
Packages that use ListPublicationsResponse Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.responses -
-
Uses of ListPublicationsResponse in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace that return ListPublicationsResponse Modifier and Type Method Description ListPublicationsResponse
Marketplace. listPublications(ListPublicationsRequest request)
Lists the publications in the specified compartment.ListPublicationsResponse
MarketplaceClient. listPublications(ListPublicationsRequest request)
Methods in com.oracle.bmc.marketplace that return types with arguments of type ListPublicationsResponse Modifier and Type Method Description Future<ListPublicationsResponse>
MarketplaceAsync. listPublications(ListPublicationsRequest request, AsyncHandler<ListPublicationsRequest,ListPublicationsResponse> handler)
Lists the publications in the specified compartment.Future<ListPublicationsResponse>
MarketplaceAsyncClient. listPublications(ListPublicationsRequest request, AsyncHandler<ListPublicationsRequest,ListPublicationsResponse> handler)
Iterable<ListPublicationsResponse>
MarketplacePaginators. listPublicationsResponseIterator(ListPublicationsRequest request)
Creates a new iterable which will iterate over the responses received from the listPublications operation.Method parameters in com.oracle.bmc.marketplace with type arguments of type ListPublicationsResponse Modifier and Type Method Description Future<ListPublicationsResponse>
MarketplaceAsync. listPublications(ListPublicationsRequest request, AsyncHandler<ListPublicationsRequest,ListPublicationsResponse> handler)
Lists the publications in the specified compartment.Future<ListPublicationsResponse>
MarketplaceAsyncClient. listPublications(ListPublicationsRequest request, AsyncHandler<ListPublicationsRequest,ListPublicationsResponse> handler)
-
Uses of ListPublicationsResponse in com.oracle.bmc.marketplace.responses
Methods in com.oracle.bmc.marketplace.responses that return ListPublicationsResponse Modifier and Type Method Description ListPublicationsResponse
ListPublicationsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplace.responses with parameters of type ListPublicationsResponse Modifier and Type Method Description ListPublicationsResponse.Builder
ListPublicationsResponse.Builder. copy(ListPublicationsResponse o)
Copy method to populate the builder with values from the given instance.
-