| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkHeader |
NetworkHeader.clone() |
NetworkHeader |
NetworkPathComponent.getEgress()
Information about the component that comes after the current component in the network path.
|
NetworkHeader |
NetworkPathComponent.getIngress()
Information about the component that comes before the current node in the network path.
|
NetworkHeader |
NetworkHeader.withDestination(NetworkPathComponentDetails destination)
Information about the destination of the component.
|
NetworkHeader |
NetworkHeader.withProtocol(String protocol)
The protocol used for the component.
|
NetworkHeader |
NetworkHeader.withSource(NetworkPathComponentDetails source)
Information about the origin of the component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkPathComponent.setEgress(NetworkHeader egress)
Information about the component that comes after the current component in the network path.
|
void |
NetworkPathComponent.setIngress(NetworkHeader ingress)
Information about the component that comes before the current node in the network path.
|
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.
|
Copyright © 2024. All rights reserved.