Uses of Interface
software.amazon.awssdk.services.ec2.model.PathRequestFilter.Builder
-
Packages that use PathRequestFilter.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of PathRequestFilter.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PathRequestFilter.Builder Modifier and Type Method Description static PathRequestFilter.BuilderPathRequestFilter. builder()PathRequestFilter.BuilderPathRequestFilter.Builder. destinationAddress(String destinationAddress)The destination IPv4 address.default PathRequestFilter.BuilderPathRequestFilter.Builder. destinationPortRange(Consumer<RequestFilterPortRange.Builder> destinationPortRange)The destination port range.PathRequestFilter.BuilderPathRequestFilter.Builder. destinationPortRange(RequestFilterPortRange destinationPortRange)The destination port range.PathRequestFilter.BuilderPathRequestFilter.Builder. sourceAddress(String sourceAddress)The source IPv4 address.default PathRequestFilter.BuilderPathRequestFilter.Builder. sourcePortRange(Consumer<RequestFilterPortRange.Builder> sourcePortRange)The source port range.PathRequestFilter.BuilderPathRequestFilter.Builder. sourcePortRange(RequestFilterPortRange sourcePortRange)The source port range.PathRequestFilter.BuilderPathRequestFilter. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PathRequestFilter.Builder Modifier and Type Method Description static Class<? extends PathRequestFilter.Builder>PathRequestFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PathRequestFilter.Builder Modifier and Type Method Description default CreateNetworkInsightsPathRequest.BuilderCreateNetworkInsightsPathRequest.Builder. filterAtDestination(Consumer<PathRequestFilter.Builder> filterAtDestination)Scopes the analysis to network paths that match specific filters at the destination.default CreateNetworkInsightsPathRequest.BuilderCreateNetworkInsightsPathRequest.Builder. filterAtSource(Consumer<PathRequestFilter.Builder> filterAtSource)Scopes the analysis to network paths that match specific filters at the source.
-