Uses of Class
com.oracle.bmc.servicecatalog.responses.ListPrivateApplicationsResponse
-
Packages that use ListPrivateApplicationsResponse Package Description com.oracle.bmc.servicecatalog com.oracle.bmc.servicecatalog.responses -
-
Uses of ListPrivateApplicationsResponse in com.oracle.bmc.servicecatalog
Methods in com.oracle.bmc.servicecatalog that return ListPrivateApplicationsResponse Modifier and Type Method Description ListPrivateApplicationsResponseServiceCatalog. listPrivateApplications(ListPrivateApplicationsRequest request)Lists all the private applications in a given compartment.ListPrivateApplicationsResponseServiceCatalogClient. listPrivateApplications(ListPrivateApplicationsRequest request)Methods in com.oracle.bmc.servicecatalog that return types with arguments of type ListPrivateApplicationsResponse 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)Iterable<ListPrivateApplicationsResponse>ServiceCatalogPaginators. listPrivateApplicationsResponseIterator(ListPrivateApplicationsRequest request)Creates a new iterable which will iterate over the responses received from the listPrivateApplications operation.Method parameters in com.oracle.bmc.servicecatalog with type arguments of type ListPrivateApplicationsResponse 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 ListPrivateApplicationsResponse in com.oracle.bmc.servicecatalog.responses
Methods in com.oracle.bmc.servicecatalog.responses that return ListPrivateApplicationsResponse Modifier and Type Method Description ListPrivateApplicationsResponseListPrivateApplicationsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.servicecatalog.responses with parameters of type ListPrivateApplicationsResponse Modifier and Type Method Description ListPrivateApplicationsResponse.BuilderListPrivateApplicationsResponse.Builder. copy(ListPrivateApplicationsResponse o)Copy method to populate the builder with values from the given instance.
-