Uses of Interface
software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath.PathFilterProperty
Packages that use CfnNetworkInsightsPath.PathFilterProperty
-
Uses of CfnNetworkInsightsPath.PathFilterProperty in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement CfnNetworkInsightsPath.PathFilterPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnNetworkInsightsPath.PathFilterPropertyMethods in software.amazon.awscdk.services.ec2 that return CfnNetworkInsightsPath.PathFilterPropertyModifier and TypeMethodDescriptionCfnNetworkInsightsPath.PathFilterProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.ec2 with parameters of type CfnNetworkInsightsPath.PathFilterPropertyModifier and TypeMethodDescriptionCfnNetworkInsightsPath.Builder.filterAtDestination(CfnNetworkInsightsPath.PathFilterProperty filterAtDestination) Scopes the analysis to network paths that match specific filters at the destination.CfnNetworkInsightsPathProps.Builder.filterAtDestination(CfnNetworkInsightsPath.PathFilterProperty filterAtDestination) Sets the value ofCfnNetworkInsightsPathProps.getFilterAtDestination()CfnNetworkInsightsPath.Builder.filterAtSource(CfnNetworkInsightsPath.PathFilterProperty filterAtSource) Scopes the analysis to network paths that match specific filters at the source.CfnNetworkInsightsPathProps.Builder.filterAtSource(CfnNetworkInsightsPath.PathFilterProperty filterAtSource) Sets the value ofCfnNetworkInsightsPathProps.getFilterAtSource()voidCfnNetworkInsightsPath.setFilterAtDestination(CfnNetworkInsightsPath.PathFilterProperty value) Scopes the analysis to network paths that match specific filters at the destination.voidCfnNetworkInsightsPath.setFilterAtSource(CfnNetworkInsightsPath.PathFilterProperty value) Scopes the analysis to network paths that match specific filters at the source.