Uses of Class
com.oracle.bmc.fleetappsmanagement.model.ActivityResourceTarget
-
Packages that use ActivityResourceTarget Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of ActivityResourceTarget in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return ActivityResourceTarget Modifier and Type Method Description ActivityResourceTarget
ActivityResourceTarget.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type ActivityResourceTarget Modifier and Type Method Description List<ActivityResourceTarget>
EntityExecutionDetails. getTargets()
Targets associated with the resource.List<ActivityResourceTarget>
ResourceSummary. getTargets()
Targets associated with the resource.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type ActivityResourceTarget Modifier and Type Method Description ActivityResourceTarget.Builder
ActivityResourceTarget.Builder. copy(ActivityResourceTarget model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type ActivityResourceTarget Modifier and Type Method Description EntityExecutionDetails.Builder
EntityExecutionDetails.Builder. targets(List<ActivityResourceTarget> targets)
Targets associated with the resource.ResourceSummary.Builder
ResourceSummary.Builder. targets(List<ActivityResourceTarget> targets)
Targets associated with the resource.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type ActivityResourceTarget Constructor Description EntityExecutionDetails(String resourceId, String resourceDisplayName, String description, String sequence, List<ActivityResourceTarget> targets, JobStatus status, Date timeStarted, Date timeEnded)
Deprecated.ResourceSummary(String resourceId, String resourceDisplayName, String description, String sequence, List<ActivityResourceTarget> targets, JobStatus status, Date timeStarted, Date timeEnded)
Deprecated.
-