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