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