Uses of Class
com.oracle.bmc.fleetappsmanagement.responses.ListCatalogItemsResponse
-
Packages that use ListCatalogItemsResponse Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.responses -
-
Uses of ListCatalogItemsResponse in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return ListCatalogItemsResponse Modifier and Type Method Description ListCatalogItemsResponse
FleetAppsManagementCatalog. listCatalogItems(ListCatalogItemsRequest request)
Gets a list of Catalog Items in a compartment.ListCatalogItemsResponse
FleetAppsManagementCatalogClient. listCatalogItems(ListCatalogItemsRequest request)
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type ListCatalogItemsResponse 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)
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 ListCatalogItemsResponse 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 ListCatalogItemsResponse in com.oracle.bmc.fleetappsmanagement.responses
Methods in com.oracle.bmc.fleetappsmanagement.responses that return ListCatalogItemsResponse Modifier and Type Method Description ListCatalogItemsResponse
ListCatalogItemsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fleetappsmanagement.responses with parameters of type ListCatalogItemsResponse Modifier and Type Method Description ListCatalogItemsResponse.Builder
ListCatalogItemsResponse.Builder. copy(ListCatalogItemsResponse o)
Copy method to populate the builder with values from the given instance.
-