Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AlternatePathHint |
AlternatePathHint.clone() |
AlternatePathHint |
AlternatePathHint.withComponentArn(String componentArn)
The Amazon Resource Name (ARN) of the component.
|
AlternatePathHint |
AlternatePathHint.withComponentId(String componentId)
The ID of the component.
|
Modifier and Type | Method and Description |
---|---|
List<AlternatePathHint> |
NetworkInsightsAnalysis.getAlternatePathHints()
Potential intermediate components.
|
Modifier and Type | Method and Description |
---|---|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withAlternatePathHints(AlternatePathHint... alternatePathHints)
Potential intermediate components.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkInsightsAnalysis.setAlternatePathHints(Collection<AlternatePathHint> alternatePathHints)
Potential intermediate components.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withAlternatePathHints(Collection<AlternatePathHint> alternatePathHints)
Potential intermediate components.
|
Copyright © 2023. All rights reserved.