| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
NetworkInsightsPath |
CreateNetworkInsightsPathResponse.networkInsightsPath()
Information about the path.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkInsightsPath> |
DescribeNetworkInsightsPathsResponse.networkInsightsPaths()
Information about the paths.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNetworkInsightsPathResponse.Builder |
CreateNetworkInsightsPathResponse.Builder.networkInsightsPath(NetworkInsightsPath networkInsightsPath)
Information about the path.
|
DescribeNetworkInsightsPathsResponse.Builder |
DescribeNetworkInsightsPathsResponse.Builder.networkInsightsPaths(NetworkInsightsPath... networkInsightsPaths)
Information about the paths.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeNetworkInsightsPathsResponse.Builder |
DescribeNetworkInsightsPathsResponse.Builder.networkInsightsPaths(Collection<NetworkInsightsPath> networkInsightsPaths)
Information about the paths.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<NetworkInsightsPath> |
DescribeNetworkInsightsPathsPublisher.networkInsightsPaths()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<NetworkInsightsPath> |
DescribeNetworkInsightsPathsIterable.networkInsightsPaths()
Returns an iterable to iterate through the paginated
DescribeNetworkInsightsPathsResponse.networkInsightsPaths() member. |
Copyright © 2021. All rights reserved.