Uses of Class
software.amazon.awssdk.services.ec2.model.NetworkInsightsPath
Packages that use NetworkInsightsPath
Package
Description
-
Uses of NetworkInsightsPath in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkInsightsPathModifier and TypeMethodDescriptionfinal NetworkInsightsPathCreateNetworkInsightsPathResponse.networkInsightsPath()Information about the path.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkInsightsPathModifier and TypeMethodDescriptionfinal List<NetworkInsightsPath>DescribeNetworkInsightsPathsResponse.networkInsightsPaths()Information about the paths.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NetworkInsightsPathModifier and TypeMethodDescriptionCreateNetworkInsightsPathResponse.Builder.networkInsightsPath(NetworkInsightsPath networkInsightsPath) Information about the path.DescribeNetworkInsightsPathsResponse.Builder.networkInsightsPaths(NetworkInsightsPath... networkInsightsPaths) Information about the paths.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NetworkInsightsPathModifier and TypeMethodDescriptionDescribeNetworkInsightsPathsResponse.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 NetworkInsightsPathModifier and TypeMethodDescriptionfinal SdkIterable<NetworkInsightsPath>DescribeNetworkInsightsPathsIterable.networkInsightsPaths()Returns an iterable to iterate through the paginatedDescribeNetworkInsightsPathsResponse.networkInsightsPaths()member.final SdkPublisher<NetworkInsightsPath>DescribeNetworkInsightsPathsPublisher.networkInsightsPaths()Returns a publisher that can be used to get a stream of data.