Uses of Class
com.oracle.bmc.fleetappsmanagement.requests.ListCatalogItemsRequest
-
Packages that use ListCatalogItemsRequest Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of ListCatalogItemsRequest in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement with parameters of type ListCatalogItemsRequest Modifier and Type Method Description ListCatalogItemsResponseFleetAppsManagementCatalog. listCatalogItems(ListCatalogItemsRequest request)Gets a list of Catalog Items in a compartment.Future<ListCatalogItemsResponse>FleetAppsManagementCatalogAsync. listCatalogItems(ListCatalogItemsRequest request, AsyncHandler<ListCatalogItemsRequest,ListCatalogItemsResponse> handler)Gets a list of Catalog Items in a compartment.Future<ListCatalogItemsResponse>FleetAppsManagementCatalogAsyncClient. listCatalogItems(ListCatalogItemsRequest request, AsyncHandler<ListCatalogItemsRequest,ListCatalogItemsResponse> handler)ListCatalogItemsResponseFleetAppsManagementCatalogClient. listCatalogItems(ListCatalogItemsRequest request)Iterable<CatalogItemSummary>FleetAppsManagementCatalogPaginators. listCatalogItemsRecordIterator(ListCatalogItemsRequest request)Creates a new iterable which will iterate over theCatalogItemSummaryobjects contained in responses from the listCatalogItems operation.Iterable<ListCatalogItemsResponse>FleetAppsManagementCatalogPaginators. listCatalogItemsResponseIterator(ListCatalogItemsRequest request)Creates a new iterable which will iterate over the responses received from the listCatalogItems operation.Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type ListCatalogItemsRequest Modifier and Type Method Description Future<ListCatalogItemsResponse>FleetAppsManagementCatalogAsync. listCatalogItems(ListCatalogItemsRequest request, AsyncHandler<ListCatalogItemsRequest,ListCatalogItemsResponse> handler)Gets a list of Catalog Items in a compartment.Future<ListCatalogItemsResponse>FleetAppsManagementCatalogAsyncClient. listCatalogItems(ListCatalogItemsRequest request, AsyncHandler<ListCatalogItemsRequest,ListCatalogItemsResponse> handler) -
Uses of ListCatalogItemsRequest in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return ListCatalogItemsRequest Modifier and Type Method Description ListCatalogItemsRequestListCatalogItemsRequest.Builder. build()Build the instance of ListCatalogItemsRequest as configured by this builderListCatalogItemsRequestListCatalogItemsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListCatalogItemsRequest as configured by this builderMethods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type ListCatalogItemsRequest Modifier and Type Method Description ListCatalogItemsRequest.BuilderListCatalogItemsRequest.Builder. copy(ListCatalogItemsRequest o)Copy method to populate the builder with values from the given instance.
-