Uses of Class
software.amazon.awssdk.services.securityhub.model.NetworkPathComponentDetails
-
Packages that use NetworkPathComponentDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of NetworkPathComponentDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return NetworkPathComponentDetails Modifier and Type Method Description NetworkPathComponentDetailsNetworkHeader. destination()Information about the destination of the component.NetworkPathComponentDetailsNetworkHeader. source()Information about the origin of the component.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type NetworkPathComponentDetails Modifier and Type Method Description NetworkHeader.BuilderNetworkHeader.Builder. destination(NetworkPathComponentDetails destination)Information about the destination of the component.NetworkHeader.BuilderNetworkHeader.Builder. source(NetworkPathComponentDetails source)Information about the origin of the component.
-