Uses of Class
software.amazon.awssdk.services.ec2.model.PathFilter
Packages that use PathFilter
-
Uses of PathFilter in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PathFilterModifier and TypeMethodDescriptionfinal PathFilterNetworkInsightsPath.filterAtDestination()Scopes the analysis to network paths that match specific filters at the destination.final 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 PathFilterModifier and TypeMethodDescriptionNetworkInsightsPath.Builder.filterAtDestination(PathFilter filterAtDestination) Scopes the analysis to network paths that match specific filters at the destination.NetworkInsightsPath.Builder.filterAtSource(PathFilter filterAtSource) Scopes the analysis to network paths that match specific filters at the source.