Uses of Class
com.oracle.bmc.servicecatalog.requests.ListServiceCatalogsRequest
-
Packages that use ListServiceCatalogsRequest Package Description com.oracle.bmc.servicecatalog com.oracle.bmc.servicecatalog.requests -
-
Uses of ListServiceCatalogsRequest in com.oracle.bmc.servicecatalog
Method parameters in com.oracle.bmc.servicecatalog with type arguments of type ListServiceCatalogsRequest 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 ListServiceCatalogsRequest in com.oracle.bmc.servicecatalog.requests
Methods in com.oracle.bmc.servicecatalog.requests that return ListServiceCatalogsRequest Modifier and Type Method Description ListServiceCatalogsRequestListServiceCatalogsRequest.Builder. build()Build the instance of ListServiceCatalogsRequest as configured by this builderListServiceCatalogsRequestListServiceCatalogsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListServiceCatalogsRequest as configured by this builderMethods in com.oracle.bmc.servicecatalog.requests with parameters of type ListServiceCatalogsRequest Modifier and Type Method Description ListServiceCatalogsRequest.BuilderListServiceCatalogsRequest.Builder. copy(ListServiceCatalogsRequest o)Copy method to populate the builder with values from the given instance.
-