| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Network |
Network.clone() |
Network |
AwsSecurityFinding.getNetwork()
The details of network-related information about a finding.
|
Network |
Network.withDestinationDomain(String destinationDomain)
The destination domain of network-related information about a finding.
|
Network |
Network.withDestinationIpV4(String destinationIpV4)
The destination IPv4 address of network-related information about a finding.
|
Network |
Network.withDestinationIpV6(String destinationIpV6)
The destination IPv6 address of network-related information about a finding.
|
Network |
Network.withDestinationPort(Integer destinationPort)
The destination port of network-related information about a finding.
|
Network |
Network.withDirection(NetworkDirection direction)
The direction of network traffic associated with a finding.
|
Network |
Network.withDirection(String direction)
The direction of network traffic associated with a finding.
|
Network |
Network.withProtocol(String protocol)
The protocol of network-related information about a finding.
|
Network |
Network.withSourceDomain(String sourceDomain)
The source domain of network-related information about a finding.
|
Network |
Network.withSourceIpV4(String sourceIpV4)
The source IPv4 address of network-related information about a finding.
|
Network |
Network.withSourceIpV6(String sourceIpV6)
The source IPv6 address of network-related information about a finding.
|
Network |
Network.withSourceMac(String sourceMac)
The source media access control (MAC) address of network-related information about a finding.
|
Network |
Network.withSourcePort(Integer sourcePort)
The source port of network-related information about a finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsSecurityFinding.setNetwork(Network network)
The details of network-related information about a finding.
|
AwsSecurityFinding |
AwsSecurityFinding.withNetwork(Network network)
The details of network-related information about a finding.
|
Copyright © 2019. All rights reserved.