Uses of Interface
software.amazon.awssdk.services.ec2.model.PathFilter.Builder
-
Packages that use PathFilter.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of PathFilter.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PathFilter.Builder Modifier and Type Method Description static PathFilter.BuilderPathFilter. builder()PathFilter.BuilderPathFilter.Builder. destinationAddress(String destinationAddress)The destination IPv4 address.default PathFilter.BuilderPathFilter.Builder. destinationPortRange(Consumer<FilterPortRange.Builder> destinationPortRange)The destination port range.PathFilter.BuilderPathFilter.Builder. destinationPortRange(FilterPortRange destinationPortRange)The destination port range.PathFilter.BuilderPathFilter.Builder. sourceAddress(String sourceAddress)The source IPv4 address.default PathFilter.BuilderPathFilter.Builder. sourcePortRange(Consumer<FilterPortRange.Builder> sourcePortRange)The source port range.PathFilter.BuilderPathFilter.Builder. sourcePortRange(FilterPortRange sourcePortRange)The source port range.PathFilter.BuilderPathFilter. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PathFilter.Builder Modifier and Type Method Description static Class<? extends PathFilter.Builder>PathFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PathFilter.Builder Modifier and Type Method Description default 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.
-