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