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