Uses of Class
com.oracle.bmc.servicecatalog.requests.ListPrivateApplicationPackagesRequest
-
Packages that use ListPrivateApplicationPackagesRequest Package Description com.oracle.bmc.servicecatalog com.oracle.bmc.servicecatalog.requests -
-
Uses of ListPrivateApplicationPackagesRequest in com.oracle.bmc.servicecatalog
Method parameters in com.oracle.bmc.servicecatalog with type arguments of type ListPrivateApplicationPackagesRequest Modifier and Type Method Description Future<ListPrivateApplicationPackagesResponse>
ServiceCatalogAsync. listPrivateApplicationPackages(ListPrivateApplicationPackagesRequest request, AsyncHandler<ListPrivateApplicationPackagesRequest,ListPrivateApplicationPackagesResponse> handler)
Lists the packages in the specified private application.Future<ListPrivateApplicationPackagesResponse>
ServiceCatalogAsyncClient. listPrivateApplicationPackages(ListPrivateApplicationPackagesRequest request, AsyncHandler<ListPrivateApplicationPackagesRequest,ListPrivateApplicationPackagesResponse> handler)
-
Uses of ListPrivateApplicationPackagesRequest in com.oracle.bmc.servicecatalog.requests
Methods in com.oracle.bmc.servicecatalog.requests that return ListPrivateApplicationPackagesRequest Modifier and Type Method Description ListPrivateApplicationPackagesRequest
ListPrivateApplicationPackagesRequest.Builder. build()
Build the instance of ListPrivateApplicationPackagesRequest as configured by this builderListPrivateApplicationPackagesRequest
ListPrivateApplicationPackagesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListPrivateApplicationPackagesRequest as configured by this builderMethods in com.oracle.bmc.servicecatalog.requests with parameters of type ListPrivateApplicationPackagesRequest Modifier and Type Method Description ListPrivateApplicationPackagesRequest.Builder
ListPrivateApplicationPackagesRequest.Builder. copy(ListPrivateApplicationPackagesRequest o)
Copy method to populate the builder with values from the given instance.
-