Uses of Class
com.oracle.bmc.fleetappsmanagement.model.StepCollection
-
Packages that use StepCollection Package Description com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.responses -
-
Uses of StepCollection in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return StepCollection Modifier and Type Method Description StepCollection
StepCollection.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type StepCollection Modifier and Type Method Description StepCollection.Builder
StepCollection.Builder. copy(StepCollection model)
-
Uses of StepCollection in com.oracle.bmc.fleetappsmanagement.responses
Methods in com.oracle.bmc.fleetappsmanagement.responses that return StepCollection Modifier and Type Method Description StepCollection
ListStepsResponse. getStepCollection()
The returned StepCollection instance.Methods in com.oracle.bmc.fleetappsmanagement.responses with parameters of type StepCollection Modifier and Type Method Description ListStepsResponse.Builder
ListStepsResponse.Builder. stepCollection(StepCollection stepCollection)
The returned StepCollection instance.
-