Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.clone() |
NetworkInsightsAnalysis |
StartNetworkInsightsAnalysisResult.getNetworkInsightsAnalysis()
Information about the network insights analysis.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withAlternatePathHints(AlternatePathHint... alternatePathHints)
Potential intermediate components.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withAlternatePathHints(Collection<AlternatePathHint> alternatePathHints)
Potential intermediate components.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withExplanations(Collection<Explanation> explanations)
The explanations.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withExplanations(Explanation... explanations)
The explanations.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withFilterInArns(Collection<String> filterInArns)
The Amazon Resource Names (ARN) of the Amazon Web Services resources that the path must traverse.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withFilterInArns(String... filterInArns)
The Amazon Resource Names (ARN) of the Amazon Web Services resources that the path must traverse.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withForwardPathComponents(Collection<PathComponent> forwardPathComponents)
The components in the path from source to destination.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withForwardPathComponents(PathComponent... forwardPathComponents)
The components in the path from source to destination.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withNetworkInsightsAnalysisArn(String networkInsightsAnalysisArn)
The Amazon Resource Name (ARN) of the network insights analysis.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withNetworkInsightsAnalysisId(String networkInsightsAnalysisId)
The ID of the network insights analysis.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withNetworkInsightsPathId(String networkInsightsPathId)
The ID of the path.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withNetworkPathFound(Boolean networkPathFound)
Indicates whether the destination is reachable from the source.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withReturnPathComponents(Collection<PathComponent> returnPathComponents)
The components in the path from destination to source.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withReturnPathComponents(PathComponent... returnPathComponents)
The components in the path from destination to source.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withStartDate(Date startDate)
The time the analysis started.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withStatus(AnalysisStatus status)
The status of the network insights analysis.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withStatus(String status)
The status of the network insights analysis.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withStatusMessage(String statusMessage)
The status message, if the status is
failed . |
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withTags(Collection<Tag> tags)
The tags.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withTags(Tag... tags)
The tags.
|
Modifier and Type | Method and Description |
---|---|
List<NetworkInsightsAnalysis> |
DescribeNetworkInsightsAnalysesResult.getNetworkInsightsAnalyses()
Information about the network insights analyses.
|
Modifier and Type | Method and Description |
---|---|
void |
StartNetworkInsightsAnalysisResult.setNetworkInsightsAnalysis(NetworkInsightsAnalysis networkInsightsAnalysis)
Information about the network insights analysis.
|
DescribeNetworkInsightsAnalysesResult |
DescribeNetworkInsightsAnalysesResult.withNetworkInsightsAnalyses(NetworkInsightsAnalysis... networkInsightsAnalyses)
Information about the network insights analyses.
|
StartNetworkInsightsAnalysisResult |
StartNetworkInsightsAnalysisResult.withNetworkInsightsAnalysis(NetworkInsightsAnalysis networkInsightsAnalysis)
Information about the network insights analysis.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeNetworkInsightsAnalysesResult.setNetworkInsightsAnalyses(Collection<NetworkInsightsAnalysis> networkInsightsAnalyses)
Information about the network insights analyses.
|
DescribeNetworkInsightsAnalysesResult |
DescribeNetworkInsightsAnalysesResult.withNetworkInsightsAnalyses(Collection<NetworkInsightsAnalysis> networkInsightsAnalyses)
Information about the network insights analyses.
|
Copyright © 2021. All rights reserved.