Uses of Class
software.amazon.awssdk.services.inspector2.model.Step
-
Packages that use Step Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of Step in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type Step Modifier and Type Method Description List<Step>NetworkPath. steps()The details on the steps in the network path.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type Step Modifier and Type Method Description NetworkPath.BuilderNetworkPath.Builder. steps(Step... steps)The details on the steps in the network path.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type Step Modifier and Type Method Description NetworkPath.BuilderNetworkPath.Builder. steps(Collection<Step> steps)The details on the steps in the network path.
-