Uses of Class
software.amazon.awssdk.services.connect.model.Step
-
Packages that use Step Package Description software.amazon.awssdk.services.connect.model -
-
Uses of Step in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type Step Modifier and Type Method Description List<Step>RoutingCriteria. steps()List of routing steps.Methods in software.amazon.awssdk.services.connect.model with parameters of type Step Modifier and Type Method Description RoutingCriteria.BuilderRoutingCriteria.Builder. steps(Step... steps)List of routing steps.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type Step Modifier and Type Method Description RoutingCriteria.BuilderRoutingCriteria.Builder. steps(Collection<Step> steps)List of routing steps.
-