Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
PathComponent |
PathComponent.clone() |
PathComponent |
PathComponent.withAclRule(AnalysisAclRule aclRule)
The network ACL rule.
|
PathComponent |
PathComponent.withComponent(AnalysisComponent component)
The component.
|
PathComponent |
PathComponent.withDestinationVpc(AnalysisComponent destinationVpc)
The destination VPC.
|
PathComponent |
PathComponent.withInboundHeader(AnalysisPacketHeader inboundHeader)
The inbound header.
|
PathComponent |
PathComponent.withOutboundHeader(AnalysisPacketHeader outboundHeader)
The outbound header.
|
PathComponent |
PathComponent.withRouteTableRoute(AnalysisRouteTableRoute routeTableRoute)
The route table route.
|
PathComponent |
PathComponent.withSecurityGroupRule(AnalysisSecurityGroupRule securityGroupRule)
The security group rule.
|
PathComponent |
PathComponent.withSequenceNumber(Integer sequenceNumber)
The sequence number.
|
PathComponent |
PathComponent.withSourceVpc(AnalysisComponent sourceVpc)
The source VPC.
|
PathComponent |
PathComponent.withSubnet(AnalysisComponent subnet)
The subnet.
|
PathComponent |
PathComponent.withVpc(AnalysisComponent vpc)
The component VPC.
|
Modifier and Type | Method and Description |
---|---|
List<PathComponent> |
NetworkInsightsAnalysis.getForwardPathComponents()
The components in the path from source to destination.
|
List<PathComponent> |
NetworkInsightsAnalysis.getReturnPathComponents()
The components in the path from destination to source.
|
Modifier and Type | Method and Description |
---|---|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withForwardPathComponents(PathComponent... forwardPathComponents)
The components in the path from source to destination.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withReturnPathComponents(PathComponent... returnPathComponents)
The components in the path from destination to source.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkInsightsAnalysis.setForwardPathComponents(Collection<PathComponent> forwardPathComponents)
The components in the path from source to destination.
|
void |
NetworkInsightsAnalysis.setReturnPathComponents(Collection<PathComponent> returnPathComponents)
The components in the path from destination to source.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withForwardPathComponents(Collection<PathComponent> forwardPathComponents)
The components in the path from source to destination.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withReturnPathComponents(Collection<PathComponent> returnPathComponents)
The components in the path from destination to source.
|
Copyright © 2021. All rights reserved.