Uses of Class
software.amazon.awssdk.services.ec2.model.NetworkInsightsPath
-
Packages that use NetworkInsightsPath Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of NetworkInsightsPath in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkInsightsPath Modifier and Type Method Description NetworkInsightsPathCreateNetworkInsightsPathResponse. networkInsightsPath()Information about the path.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkInsightsPath Modifier and Type Method Description List<NetworkInsightsPath>DescribeNetworkInsightsPathsResponse. networkInsightsPaths()Information about the paths.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NetworkInsightsPath Modifier and Type Method Description CreateNetworkInsightsPathResponse.BuilderCreateNetworkInsightsPathResponse.Builder. networkInsightsPath(NetworkInsightsPath networkInsightsPath)Information about the path.DescribeNetworkInsightsPathsResponse.BuilderDescribeNetworkInsightsPathsResponse.Builder. networkInsightsPaths(NetworkInsightsPath... networkInsightsPaths)Information about the paths.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NetworkInsightsPath Modifier and Type Method Description DescribeNetworkInsightsPathsResponse.BuilderDescribeNetworkInsightsPathsResponse.Builder. networkInsightsPaths(Collection<NetworkInsightsPath> networkInsightsPaths)Information about the paths. -
Uses of NetworkInsightsPath in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type NetworkInsightsPath Modifier and Type Method Description SdkIterable<NetworkInsightsPath>DescribeNetworkInsightsPathsIterable. networkInsightsPaths()Returns an iterable to iterate through the paginatedDescribeNetworkInsightsPathsResponse.networkInsightsPaths()member.SdkPublisher<NetworkInsightsPath>DescribeNetworkInsightsPathsPublisher. networkInsightsPaths()Returns a publisher that can be used to get a stream of data.
-