Uses of Class
com.oracle.bmc.marketplace.requests.ListPublicationsRequest
-
Packages that use ListPublicationsRequest Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.requests -
-
Uses of ListPublicationsRequest in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace with parameters of type ListPublicationsRequest Modifier and Type Method Description ListPublicationsResponseMarketplace. listPublications(ListPublicationsRequest request)Lists the publications in the specified compartment.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)ListPublicationsResponseMarketplaceClient. listPublications(ListPublicationsRequest request)Iterable<PublicationSummary>MarketplacePaginators. listPublicationsRecordIterator(ListPublicationsRequest request)Creates a new iterable which will iterate over thePublicationSummaryobjects contained in responses from the listPublications operation.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 ListPublicationsRequest 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 ListPublicationsRequest in com.oracle.bmc.marketplace.requests
Methods in com.oracle.bmc.marketplace.requests that return ListPublicationsRequest Modifier and Type Method Description ListPublicationsRequestListPublicationsRequest.Builder. build()Build the instance of ListPublicationsRequest as configured by this builderListPublicationsRequestListPublicationsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListPublicationsRequest as configured by this builderMethods in com.oracle.bmc.marketplace.requests with parameters of type ListPublicationsRequest Modifier and Type Method Description ListPublicationsRequest.BuilderListPublicationsRequest.Builder. copy(ListPublicationsRequest o)Copy method to populate the builder with values from the given instance.
-