Uses of Class
com.oracle.bmc.marketplace.requests.ListPublicationPackagesRequest
-
Packages that use ListPublicationPackagesRequest Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.requests -
-
Uses of ListPublicationPackagesRequest in com.oracle.bmc.marketplace
Method parameters in com.oracle.bmc.marketplace with type arguments of type ListPublicationPackagesRequest 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 ListPublicationPackagesRequest in com.oracle.bmc.marketplace.requests
Methods in com.oracle.bmc.marketplace.requests that return ListPublicationPackagesRequest Modifier and Type Method Description ListPublicationPackagesRequestListPublicationPackagesRequest.Builder. build()Build the instance of ListPublicationPackagesRequest as configured by this builderListPublicationPackagesRequestListPublicationPackagesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListPublicationPackagesRequest as configured by this builderMethods in com.oracle.bmc.marketplace.requests with parameters of type ListPublicationPackagesRequest Modifier and Type Method Description ListPublicationPackagesRequest.BuilderListPublicationPackagesRequest.Builder. copy(ListPublicationPackagesRequest o)Copy method to populate the builder with values from the given instance.
-