Uses of Class
com.oracle.bmc.fleetappsmanagement.model.EntityExecutionDetails
-
Packages that use EntityExecutionDetails Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of EntityExecutionDetails in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return EntityExecutionDetails Modifier and Type Method Description EntityExecutionDetails
EntityExecutionDetails.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type EntityExecutionDetails Modifier and Type Method Description List<EntityExecutionDetails>
JobActivity. getResourceLevelExecutions()
List of Resource executions associated with the Action Group.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type EntityExecutionDetails Modifier and Type Method Description EntityExecutionDetails.Builder
EntityExecutionDetails.Builder. copy(EntityExecutionDetails model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type EntityExecutionDetails Modifier and Type Method Description JobActivity.Builder
JobActivity.Builder. resourceLevelExecutions(List<EntityExecutionDetails> resourceLevelExecutions)
List of Resource executions associated with the Action Group.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type EntityExecutionDetails Constructor Description JobActivity(String id, JobStatus status, Date timeStarted, Date timeEnded, String runbookId, String runbookName, String description, List<EntityExecutionDetails> resourceLevelExecutions)
Deprecated.
-