Uses of Interface
software.amazon.awssdk.services.ec2.model.PathFilter.Builder
Packages that use PathFilter.Builder
-
Uses of PathFilter.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PathFilter.BuilderModifier and TypeMethodDescriptionstatic PathFilter.BuilderPathFilter.builder()PathFilter.Builder.destinationAddress(String destinationAddress) The destination IPv4 address.default PathFilter.BuilderPathFilter.Builder.destinationPortRange(Consumer<FilterPortRange.Builder> destinationPortRange) The destination port range.PathFilter.Builder.destinationPortRange(FilterPortRange destinationPortRange) The destination port range.PathFilter.Builder.sourceAddress(String sourceAddress) The source IPv4 address.default PathFilter.BuilderPathFilter.Builder.sourcePortRange(Consumer<FilterPortRange.Builder> sourcePortRange) The source port range.PathFilter.Builder.sourcePortRange(FilterPortRange sourcePortRange) The source port range.PathFilter.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PathFilter.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PathFilter.Builder>PathFilter.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PathFilter.BuilderModifier and TypeMethodDescriptiondefault NetworkInsightsPath.BuilderNetworkInsightsPath.Builder.filterAtDestination(Consumer<PathFilter.Builder> filterAtDestination) Scopes the analysis to network paths that match specific filters at the destination.default NetworkInsightsPath.BuilderNetworkInsightsPath.Builder.filterAtSource(Consumer<PathFilter.Builder> filterAtSource) Scopes the analysis to network paths that match specific filters at the source.