Uses of Class
com.oracle.bmc.servicecatalog.responses.ListServiceCatalogsResponse
-
Packages that use ListServiceCatalogsResponse Package Description com.oracle.bmc.servicecatalog com.oracle.bmc.servicecatalog.responses -
-
Uses of ListServiceCatalogsResponse in com.oracle.bmc.servicecatalog
Methods in com.oracle.bmc.servicecatalog that return ListServiceCatalogsResponse Modifier and Type Method Description ListServiceCatalogsResponse
ServiceCatalog. listServiceCatalogs(ListServiceCatalogsRequest request)
Lists all the service catalogs in the given compartment.ListServiceCatalogsResponse
ServiceCatalogClient. listServiceCatalogs(ListServiceCatalogsRequest request)
Methods in com.oracle.bmc.servicecatalog that return types with arguments of type ListServiceCatalogsResponse Modifier and Type Method Description Future<ListServiceCatalogsResponse>
ServiceCatalogAsync. listServiceCatalogs(ListServiceCatalogsRequest request, AsyncHandler<ListServiceCatalogsRequest,ListServiceCatalogsResponse> handler)
Lists all the service catalogs in the given compartment.Future<ListServiceCatalogsResponse>
ServiceCatalogAsyncClient. listServiceCatalogs(ListServiceCatalogsRequest request, AsyncHandler<ListServiceCatalogsRequest,ListServiceCatalogsResponse> handler)
Iterable<ListServiceCatalogsResponse>
ServiceCatalogPaginators. listServiceCatalogsResponseIterator(ListServiceCatalogsRequest request)
Creates a new iterable which will iterate over the responses received from the listServiceCatalogs operation.Method parameters in com.oracle.bmc.servicecatalog with type arguments of type ListServiceCatalogsResponse Modifier and Type Method Description Future<ListServiceCatalogsResponse>
ServiceCatalogAsync. listServiceCatalogs(ListServiceCatalogsRequest request, AsyncHandler<ListServiceCatalogsRequest,ListServiceCatalogsResponse> handler)
Lists all the service catalogs in the given compartment.Future<ListServiceCatalogsResponse>
ServiceCatalogAsyncClient. listServiceCatalogs(ListServiceCatalogsRequest request, AsyncHandler<ListServiceCatalogsRequest,ListServiceCatalogsResponse> handler)
-
Uses of ListServiceCatalogsResponse in com.oracle.bmc.servicecatalog.responses
Methods in com.oracle.bmc.servicecatalog.responses that return ListServiceCatalogsResponse Modifier and Type Method Description ListServiceCatalogsResponse
ListServiceCatalogsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.servicecatalog.responses with parameters of type ListServiceCatalogsResponse Modifier and Type Method Description ListServiceCatalogsResponse.Builder
ListServiceCatalogsResponse.Builder. copy(ListServiceCatalogsResponse o)
Copy method to populate the builder with values from the given instance.
-