| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkPathComponent |
NetworkPathComponent.clone() |
NetworkPathComponent |
NetworkPathComponent.withComponentId(String componentId)
The identifier of a component in the network path.
|
NetworkPathComponent |
NetworkPathComponent.withComponentType(String componentType)
The type of component.
|
NetworkPathComponent |
NetworkPathComponent.withEgress(NetworkHeader egress)
Information about the component that comes after the current component in the network path.
|
NetworkPathComponent |
NetworkPathComponent.withIngress(NetworkHeader ingress)
Information about the component that comes before the current node in the network path.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkPathComponent> |
AwsSecurityFinding.getNetworkPath()
Provides information about a network path that is relevant to a finding.
|
| Modifier and Type | Method and Description |
|---|---|
AwsSecurityFinding |
AwsSecurityFinding.withNetworkPath(NetworkPathComponent... networkPath)
Provides information about a network path that is relevant to a finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsSecurityFinding.setNetworkPath(Collection<NetworkPathComponent> networkPath)
Provides information about a network path that is relevant to a finding.
|
AwsSecurityFinding |
AwsSecurityFinding.withNetworkPath(Collection<NetworkPathComponent> networkPath)
Provides information about a network path that is relevant to a finding.
|
Copyright © 2023. All rights reserved.