| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkPathComponentDetails |
NetworkPathComponentDetails.clone() |
NetworkPathComponentDetails |
NetworkHeader.getDestination()
Information about the destination of the component.
|
NetworkPathComponentDetails |
NetworkHeader.getSource()
Information about the origin of the component.
|
NetworkPathComponentDetails |
NetworkPathComponentDetails.withAddress(Collection<String> address)
The IP addresses of the destination.
|
NetworkPathComponentDetails |
NetworkPathComponentDetails.withAddress(String... address)
The IP addresses of the destination.
|
NetworkPathComponentDetails |
NetworkPathComponentDetails.withPortRanges(Collection<PortRange> portRanges)
A list of port ranges for the destination.
|
NetworkPathComponentDetails |
NetworkPathComponentDetails.withPortRanges(PortRange... portRanges)
A list of port ranges for the destination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkHeader.setDestination(NetworkPathComponentDetails destination)
Information about the destination of the component.
|
void |
NetworkHeader.setSource(NetworkPathComponentDetails source)
Information about the origin of the component.
|
NetworkHeader |
NetworkHeader.withDestination(NetworkPathComponentDetails destination)
Information about the destination of the component.
|
NetworkHeader |
NetworkHeader.withSource(NetworkPathComponentDetails source)
Information about the origin of the component.
|
Copyright © 2024. All rights reserved.