Uses of Class
com.oracle.bmc.fleetappsmanagement.model.StepSummary
-
Packages that use StepSummary Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model -
-
Uses of StepSummary in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type StepSummary Modifier and Type Method Description Iterable<StepSummary>
FleetAppsManagementOperationsPaginators. listStepsRecordIterator(ListStepsRequest request)
Creates a new iterable which will iterate over theStepSummary
objects contained in responses from the listSteps operation. -
Uses of StepSummary in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return StepSummary Modifier and Type Method Description StepSummary
StepSummary.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type StepSummary Modifier and Type Method Description List<StepSummary>
StepCollection. getItems()
List of Execution steps.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type StepSummary Modifier and Type Method Description StepSummary.Builder
StepSummary.Builder. copy(StepSummary model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type StepSummary Modifier and Type Method Description StepCollection.Builder
StepCollection.Builder. items(List<StepSummary> items)
List of Execution steps.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type StepSummary Constructor Description StepCollection(List<StepSummary> items)
Deprecated.
-