Uses of Class
com.oracle.bmc.servicecatalog.requests.ListApplicationsRequest
-
Packages that use ListApplicationsRequest Package Description com.oracle.bmc.servicecatalog com.oracle.bmc.servicecatalog.requests -
-
Uses of ListApplicationsRequest in com.oracle.bmc.servicecatalog
Methods in com.oracle.bmc.servicecatalog with parameters of type ListApplicationsRequest Modifier and Type Method Description ListApplicationsResponse
ServiceCatalog. listApplications(ListApplicationsRequest request)
Lists all the applications in a service catalog or a tenancy.Future<ListApplicationsResponse>
ServiceCatalogAsync. listApplications(ListApplicationsRequest request, AsyncHandler<ListApplicationsRequest,ListApplicationsResponse> handler)
Lists all the applications in a service catalog or a tenancy.Future<ListApplicationsResponse>
ServiceCatalogAsyncClient. listApplications(ListApplicationsRequest request, AsyncHandler<ListApplicationsRequest,ListApplicationsResponse> handler)
ListApplicationsResponse
ServiceCatalogClient. listApplications(ListApplicationsRequest request)
Iterable<ApplicationSummary>
ServiceCatalogPaginators. listApplicationsRecordIterator(ListApplicationsRequest request)
Creates a new iterable which will iterate over theApplicationSummary
objects contained in responses from the listApplications operation.Iterable<ListApplicationsResponse>
ServiceCatalogPaginators. listApplicationsResponseIterator(ListApplicationsRequest request)
Creates a new iterable which will iterate over the responses received from the listApplications operation.Method parameters in com.oracle.bmc.servicecatalog with type arguments of type ListApplicationsRequest Modifier and Type Method Description Future<ListApplicationsResponse>
ServiceCatalogAsync. listApplications(ListApplicationsRequest request, AsyncHandler<ListApplicationsRequest,ListApplicationsResponse> handler)
Lists all the applications in a service catalog or a tenancy.Future<ListApplicationsResponse>
ServiceCatalogAsyncClient. listApplications(ListApplicationsRequest request, AsyncHandler<ListApplicationsRequest,ListApplicationsResponse> handler)
-
Uses of ListApplicationsRequest in com.oracle.bmc.servicecatalog.requests
Methods in com.oracle.bmc.servicecatalog.requests that return ListApplicationsRequest Modifier and Type Method Description ListApplicationsRequest
ListApplicationsRequest.Builder. build()
Build the instance of ListApplicationsRequest as configured by this builderListApplicationsRequest
ListApplicationsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListApplicationsRequest as configured by this builderMethods in com.oracle.bmc.servicecatalog.requests with parameters of type ListApplicationsRequest Modifier and Type Method Description ListApplicationsRequest.Builder
ListApplicationsRequest.Builder. copy(ListApplicationsRequest o)
Copy method to populate the builder with values from the given instance.
-