Uses of Class
software.amazon.awssdk.services.location.model.Step
-
Packages that use Step Package Description software.amazon.awssdk.services.location.model -
-
Uses of Step in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return types with arguments of type Step Modifier and Type Method Description List<Step>Leg. steps()Contains a list of steps, which represent subsections of a leg.Methods in software.amazon.awssdk.services.location.model with parameters of type Step Modifier and Type Method Description Leg.BuilderLeg.Builder. steps(Step... steps)Contains a list of steps, which represent subsections of a leg.Method parameters in software.amazon.awssdk.services.location.model with type arguments of type Step Modifier and Type Method Description Leg.BuilderLeg.Builder. steps(Collection<Step> steps)Contains a list of steps, which represent subsections of a leg.
-