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