Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement.model |
Modifier and Type | Method and Description |
---|---|
ActivityResourceTarget |
ActivityResourceTarget.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ActivityResourceTarget> |
EntityExecutionDetails.getTargets()
Targets associated with the resource.
|
List<ActivityResourceTarget> |
ResourceSummary.getTargets()
Targets associated with the resource.
|
Modifier and Type | Method and Description |
---|---|
ActivityResourceTarget.Builder |
ActivityResourceTarget.Builder.copy(ActivityResourceTarget model) |
Modifier and Type | Method and 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 and 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.
|
Copyright © 2016–2024. All rights reserved.