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