| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
PathFilter |
PathFilter.clone() |
PathFilter |
NetworkInsightsPath.getFilterAtDestination()
Scopes the analysis to network paths that match specific filters at the destination.
|
PathFilter |
NetworkInsightsPath.getFilterAtSource()
Scopes the analysis to network paths that match specific filters at the source.
|
PathFilter |
PathFilter.withDestinationAddress(String destinationAddress)
The destination IPv4 address.
|
PathFilter |
PathFilter.withDestinationPortRange(FilterPortRange destinationPortRange)
The destination port range.
|
PathFilter |
PathFilter.withSourceAddress(String sourceAddress)
The source IPv4 address.
|
PathFilter |
PathFilter.withSourcePortRange(FilterPortRange sourcePortRange)
The source port range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkInsightsPath.setFilterAtDestination(PathFilter filterAtDestination)
Scopes the analysis to network paths that match specific filters at the destination.
|
void |
NetworkInsightsPath.setFilterAtSource(PathFilter filterAtSource)
Scopes the analysis to network paths that match specific filters at the source.
|
NetworkInsightsPath |
NetworkInsightsPath.withFilterAtDestination(PathFilter filterAtDestination)
Scopes the analysis to network paths that match specific filters at the destination.
|
NetworkInsightsPath |
NetworkInsightsPath.withFilterAtSource(PathFilter filterAtSource)
Scopes the analysis to network paths that match specific filters at the source.
|
Copyright © 2023. All rights reserved.