Uses of Class
software.amazon.awssdk.services.securityhub.model.NetworkPathComponent
-
Packages that use NetworkPathComponent Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of NetworkPathComponent in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type NetworkPathComponent Modifier and Type Method Description List<NetworkPathComponent>AwsSecurityFinding. networkPath()Provides information about a network path that is relevant to a finding.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type NetworkPathComponent Modifier and Type Method Description AwsSecurityFinding.BuilderAwsSecurityFinding.Builder. networkPath(NetworkPathComponent... networkPath)Provides information about a network path that is relevant to a finding.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type NetworkPathComponent Modifier and Type Method Description AwsSecurityFinding.BuilderAwsSecurityFinding.Builder. networkPath(Collection<NetworkPathComponent> networkPath)Provides information about a network path that is relevant to a finding.
-