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 Amazon Web Services resource that is the destination of the path.
|
NetworkInsightsPath |
NetworkInsightsPath.withDestinationIp(String destinationIp)
The IP address of the Amazon Web Services resource that is the destination of the path.
|
NetworkInsightsPath |
NetworkInsightsPath.withDestinationPort(Integer destinationPort)
The destination port.
|
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 Amazon Web Services resource that is the source of the path.
|
NetworkInsightsPath |
NetworkInsightsPath.withSourceIp(String sourceIp)
The IP address of the Amazon Web Services resource that is the source of the path.
|
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 © 2021. All rights reserved.