Uses of Class
com.oracle.bmc.fleetappsmanagement.model.ScheduledFleetSummary
-
Packages that use ScheduledFleetSummary Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model -
-
Uses of ScheduledFleetSummary in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type ScheduledFleetSummary Modifier and Type Method Description Iterable<ScheduledFleetSummary>
FleetAppsManagementOperationsPaginators. listScheduledFleetsRecordIterator(ListScheduledFleetsRequest request)
Creates a new iterable which will iterate over theScheduledFleetSummary
objects contained in responses from the listScheduledFleets operation. -
Uses of ScheduledFleetSummary in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return ScheduledFleetSummary Modifier and Type Method Description ScheduledFleetSummary
ScheduledFleetSummary.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type ScheduledFleetSummary Modifier and Type Method Description List<ScheduledFleetSummary>
ScheduledFleetCollection. getItems()
List of ScheduledFleets.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type ScheduledFleetSummary Modifier and Type Method Description ScheduledFleetSummary.Builder
ScheduledFleetSummary.Builder. copy(ScheduledFleetSummary model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type ScheduledFleetSummary Modifier and Type Method Description ScheduledFleetCollection.Builder
ScheduledFleetCollection.Builder. items(List<ScheduledFleetSummary> items)
List of ScheduledFleets.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type ScheduledFleetSummary Constructor Description ScheduledFleetCollection(List<ScheduledFleetSummary> items)
Deprecated.
-