Uses of Class
software.amazon.awssdk.services.deadline.model.DependencyCounts
-
Packages that use DependencyCounts Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of DependencyCounts in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return DependencyCounts Modifier and Type Method Description DependencyCountsGetStepResponse. dependencyCounts()The number of dependencies in the step.DependencyCountsStepSummary. dependencyCounts()The number of dependencies for the step.Methods in software.amazon.awssdk.services.deadline.model with parameters of type DependencyCounts Modifier and Type Method Description GetStepResponse.BuilderGetStepResponse.Builder. dependencyCounts(DependencyCounts dependencyCounts)The number of dependencies in the step.StepSummary.BuilderStepSummary.Builder. dependencyCounts(DependencyCounts dependencyCounts)The number of dependencies for the step.
-