Uses of Class
software.amazon.awssdk.services.ec2.model.PathFilter
-
Packages that use PathFilter Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of PathFilter in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PathFilter Modifier and Type Method Description PathFilterNetworkInsightsPath. filterAtDestination()Scopes the analysis to network paths that match specific filters at the destination.PathFilterNetworkInsightsPath. filterAtSource()Scopes the analysis to network paths that match specific filters at the source.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PathFilter Modifier and Type Method Description NetworkInsightsPath.BuilderNetworkInsightsPath.Builder. filterAtDestination(PathFilter filterAtDestination)Scopes the analysis to network paths that match specific filters at the destination.NetworkInsightsPath.BuilderNetworkInsightsPath.Builder. filterAtSource(PathFilter filterAtSource)Scopes the analysis to network paths that match specific filters at the source.
-