Uses of Class
com.oracle.bmc.fleetappsmanagement.model.FleetProductSummary
-
Packages that use FleetProductSummary Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model -
-
Uses of FleetProductSummary in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type FleetProductSummary Modifier and Type Method Description Iterable<FleetProductSummary>FleetAppsManagementPaginators. listFleetProductsRecordIterator(ListFleetProductsRequest request)Creates a new iterable which will iterate over theFleetProductSummaryobjects contained in responses from the listFleetProducts operation. -
Uses of FleetProductSummary in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return FleetProductSummary Modifier and Type Method Description FleetProductSummaryFleetProductSummary.Builder. build()Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type FleetProductSummary Modifier and Type Method Description List<FleetProductSummary>FleetProductCollection. getItems()List of fleetProducts.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type FleetProductSummary Modifier and Type Method Description FleetProductSummary.BuilderFleetProductSummary.Builder. copy(FleetProductSummary model)Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type FleetProductSummary Modifier and Type Method Description FleetProductCollection.BuilderFleetProductCollection.Builder. items(List<FleetProductSummary> items)List of fleetProducts.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type FleetProductSummary Constructor Description FleetProductCollection(List<FleetProductSummary> items)Deprecated.
-