Uses of Class
software.amazon.awssdk.services.securityhub.model.NetworkHeader
-
Packages that use NetworkHeader Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of NetworkHeader in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return NetworkHeader Modifier and Type Method Description NetworkHeaderNetworkPathComponent. egress()Information about the component that comes after the current component in the network path.NetworkHeaderNetworkPathComponent. ingress()Information about the component that comes before the current node in the network path.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type NetworkHeader Modifier and Type Method Description NetworkPathComponent.BuilderNetworkPathComponent.Builder. egress(NetworkHeader egress)Information about the component that comes after the current component in the network path.NetworkPathComponent.BuilderNetworkPathComponent.Builder. ingress(NetworkHeader ingress)Information about the component that comes before the current node in the network path.
-