| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
DependencyCounts |
DependencyCounts.clone() |
DependencyCounts |
GetStepResult.getDependencyCounts()
The number of dependencies in the step.
|
DependencyCounts |
StepSummary.getDependencyCounts()
The number of dependencies for the step.
|
DependencyCounts |
DependencyCounts.withConsumersResolved(Integer consumersResolved)
The number of consumers resolved.
|
DependencyCounts |
DependencyCounts.withConsumersUnresolved(Integer consumersUnresolved)
The number of unresolved consumers.
|
DependencyCounts |
DependencyCounts.withDependenciesResolved(Integer dependenciesResolved)
The number of resolved dependencies.
|
DependencyCounts |
DependencyCounts.withDependenciesUnresolved(Integer dependenciesUnresolved)
The number of unresolved dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetStepResult.setDependencyCounts(DependencyCounts dependencyCounts)
The number of dependencies in the step.
|
void |
StepSummary.setDependencyCounts(DependencyCounts dependencyCounts)
The number of dependencies for the step.
|
GetStepResult |
GetStepResult.withDependencyCounts(DependencyCounts dependencyCounts)
The number of dependencies in the step.
|
StepSummary |
StepSummary.withDependencyCounts(DependencyCounts dependencyCounts)
The number of dependencies for the step.
|
Copyright © 2024. All rights reserved.