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.withAdditionalDetails(AdditionalDetail... additionalDetails)
The additional details.
|
PathComponent |
PathComponent.withAdditionalDetails(Collection<AdditionalDetail> additionalDetails)
The additional details.
|
PathComponent |
PathComponent.withAttachedTo(AnalysisComponent attachedTo)
The resource to which the path component is attached.
|
PathComponent |
PathComponent.withComponent(AnalysisComponent component)
The component.
|
PathComponent |
PathComponent.withDestinationVpc(AnalysisComponent destinationVpc)
The destination VPC.
|
PathComponent |
PathComponent.withElasticLoadBalancerListener(AnalysisComponent elasticLoadBalancerListener)
The load balancer listener.
|
PathComponent |
PathComponent.withExplanations(Collection<Explanation> explanations)
The explanation codes.
|
PathComponent |
PathComponent.withExplanations(Explanation... explanations)
The explanation codes.
|
PathComponent |
PathComponent.withFirewallStatefulRule(FirewallStatefulRule firewallStatefulRule)
The Network Firewall stateful rule.
|
PathComponent |
PathComponent.withFirewallStatelessRule(FirewallStatelessRule firewallStatelessRule)
The Network Firewall stateless rule.
|
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.withServiceName(String serviceName)
The name of the VPC endpoint service.
|
PathComponent |
PathComponent.withSourceVpc(AnalysisComponent sourceVpc)
The source VPC.
|
PathComponent |
PathComponent.withSubnet(AnalysisComponent subnet)
The subnet.
|
PathComponent |
PathComponent.withTransitGateway(AnalysisComponent transitGateway)
The transit gateway.
|
PathComponent |
PathComponent.withTransitGatewayRouteTableRoute(TransitGatewayRouteTableRoute transitGatewayRouteTableRoute)
The route in a transit gateway route table.
|
PathComponent |
PathComponent.withVpc(AnalysisComponent vpc)
The component VPC.
|
Modifier and Type | Method and Description |
---|---|
List<PathComponent> |
AccessScopeAnalysisFinding.getFindingComponents()
The finding components.
|
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 |
---|---|
AccessScopeAnalysisFinding |
AccessScopeAnalysisFinding.withFindingComponents(PathComponent... findingComponents)
The finding components.
|
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 |
AccessScopeAnalysisFinding.setFindingComponents(Collection<PathComponent> findingComponents)
The finding components.
|
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.
|
AccessScopeAnalysisFinding |
AccessScopeAnalysisFinding.withFindingComponents(Collection<PathComponent> findingComponents)
The finding components.
|
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 © 2023. All rights reserved.