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