| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
Step |
Step.clone() |
Step |
Step.withComponentId(String componentId)
The component ID.
|
Step |
Step.withComponentType(String componentType)
The component type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Step> |
NetworkPath.getSteps()
The details on the steps in the network path.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkPath |
NetworkPath.withSteps(Step... steps)
The details on the steps in the network path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkPath.setSteps(Collection<Step> steps)
The details on the steps in the network path.
|
NetworkPath |
NetworkPath.withSteps(Collection<Step> steps)
The details on the steps in the network path.
|
Copyright © 2023. All rights reserved.