Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
NetworkInsightsPath |
NetworkInsightsPath.clone() |
NetworkInsightsPath |
CreateNetworkInsightsPathResult.getNetworkInsightsPath()
Information about the path.
|
NetworkInsightsPath |
NetworkInsightsPath.withCreatedDate(Date createdDate)
The time stamp when the path was created.
|
NetworkInsightsPath |
NetworkInsightsPath.withDestination(String destination)
The ID of the destination.
|
NetworkInsightsPath |
NetworkInsightsPath.withDestinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination.
|
NetworkInsightsPath |
NetworkInsightsPath.withDestinationIp(String destinationIp)
The IP address of the destination.
|
NetworkInsightsPath |
NetworkInsightsPath.withDestinationPort(Integer destinationPort)
The destination port.
|
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.
|
NetworkInsightsPath |
NetworkInsightsPath.withNetworkInsightsPathArn(String networkInsightsPathArn)
The Amazon Resource Name (ARN) of the path.
|
NetworkInsightsPath |
NetworkInsightsPath.withNetworkInsightsPathId(String networkInsightsPathId)
The ID of the path.
|
NetworkInsightsPath |
NetworkInsightsPath.withProtocol(Protocol protocol)
The protocol.
|
NetworkInsightsPath |
NetworkInsightsPath.withProtocol(String protocol)
The protocol.
|
NetworkInsightsPath |
NetworkInsightsPath.withSource(String source)
The ID of the source.
|
NetworkInsightsPath |
NetworkInsightsPath.withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
|
NetworkInsightsPath |
NetworkInsightsPath.withSourceIp(String sourceIp)
The IP address of the source.
|
NetworkInsightsPath |
NetworkInsightsPath.withTags(Collection<Tag> tags)
The tags associated with the path.
|
NetworkInsightsPath |
NetworkInsightsPath.withTags(Tag... tags)
The tags associated with the path.
|
Modifier and Type | Method and Description |
---|---|
List<NetworkInsightsPath> |
DescribeNetworkInsightsPathsResult.getNetworkInsightsPaths()
Information about the paths.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateNetworkInsightsPathResult.setNetworkInsightsPath(NetworkInsightsPath networkInsightsPath)
Information about the path.
|
CreateNetworkInsightsPathResult |
CreateNetworkInsightsPathResult.withNetworkInsightsPath(NetworkInsightsPath networkInsightsPath)
Information about the path.
|
DescribeNetworkInsightsPathsResult |
DescribeNetworkInsightsPathsResult.withNetworkInsightsPaths(NetworkInsightsPath... networkInsightsPaths)
Information about the paths.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeNetworkInsightsPathsResult.setNetworkInsightsPaths(Collection<NetworkInsightsPath> networkInsightsPaths)
Information about the paths.
|
DescribeNetworkInsightsPathsResult |
DescribeNetworkInsightsPathsResult.withNetworkInsightsPaths(Collection<NetworkInsightsPath> networkInsightsPaths)
Information about the paths.
|
Copyright © 2023. All rights reserved.