Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Explanation |
Explanation.clone() |
Explanation |
Explanation.withAcl(AnalysisComponent acl)
The network ACL.
|
Explanation |
Explanation.withAclRule(AnalysisAclRule aclRule)
The network ACL rule.
|
Explanation |
Explanation.withAddress(String address)
The IPv4 address, in CIDR notation.
|
Explanation |
Explanation.withAddresses(Collection<String> addresses)
The IPv4 addresses, in CIDR notation.
|
Explanation |
Explanation.withAddresses(String... addresses)
The IPv4 addresses, in CIDR notation.
|
Explanation |
Explanation.withAttachedTo(AnalysisComponent attachedTo)
The resource to which the component is attached.
|
Explanation |
Explanation.withAvailabilityZones(Collection<String> availabilityZones)
The Availability Zones.
|
Explanation |
Explanation.withAvailabilityZones(String... availabilityZones)
The Availability Zones.
|
Explanation |
Explanation.withCidrs(Collection<String> cidrs)
The CIDR ranges.
|
Explanation |
Explanation.withCidrs(String... cidrs)
The CIDR ranges.
|
Explanation |
Explanation.withClassicLoadBalancerListener(AnalysisLoadBalancerListener classicLoadBalancerListener)
The listener for a Classic Load Balancer.
|
Explanation |
Explanation.withComponent(AnalysisComponent component)
The component.
|
Explanation |
Explanation.withCustomerGateway(AnalysisComponent customerGateway)
The customer gateway.
|
Explanation |
Explanation.withDestination(AnalysisComponent destination)
The destination.
|
Explanation |
Explanation.withDestinationVpc(AnalysisComponent destinationVpc)
The destination VPC.
|
Explanation |
Explanation.withDirection(String direction)
The direction.
|
Explanation |
Explanation.withElasticLoadBalancerListener(AnalysisComponent elasticLoadBalancerListener)
The load balancer listener.
|
Explanation |
Explanation.withExplanationCode(String explanationCode)
The explanation code.
|
Explanation |
Explanation.withIngressRouteTable(AnalysisComponent ingressRouteTable)
The route table.
|
Explanation |
Explanation.withInternetGateway(AnalysisComponent internetGateway)
The internet gateway.
|
Explanation |
Explanation.withLoadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.
|
Explanation |
Explanation.withLoadBalancerListenerPort(Integer loadBalancerListenerPort)
The listener port of the load balancer.
|
Explanation |
Explanation.withLoadBalancerTarget(AnalysisLoadBalancerTarget loadBalancerTarget)
The target.
|
Explanation |
Explanation.withLoadBalancerTargetGroup(AnalysisComponent loadBalancerTargetGroup)
The target group.
|
Explanation |
Explanation.withLoadBalancerTargetGroups(AnalysisComponent... loadBalancerTargetGroups)
The target groups.
|
Explanation |
Explanation.withLoadBalancerTargetGroups(Collection<AnalysisComponent> loadBalancerTargetGroups)
The target groups.
|
Explanation |
Explanation.withLoadBalancerTargetPort(Integer loadBalancerTargetPort)
The target port.
|
Explanation |
Explanation.withMissingComponent(String missingComponent)
The missing component.
|
Explanation |
Explanation.withNatGateway(AnalysisComponent natGateway)
The NAT gateway.
|
Explanation |
Explanation.withNetworkInterface(AnalysisComponent networkInterface)
The network interface.
|
Explanation |
Explanation.withPacketField(String packetField)
The packet field.
|
Explanation |
Explanation.withPort(Integer port)
The port.
|
Explanation |
Explanation.withPortRanges(Collection<PortRange> portRanges)
The port ranges.
|
Explanation |
Explanation.withPortRanges(PortRange... portRanges)
The port ranges.
|
Explanation |
Explanation.withPrefixList(AnalysisComponent prefixList)
The prefix list.
|
Explanation |
Explanation.withProtocols(Collection<String> protocols)
The protocols.
|
Explanation |
Explanation.withProtocols(String... protocols)
The protocols.
|
Explanation |
Explanation.withRouteTable(AnalysisComponent routeTable)
The route table.
|
Explanation |
Explanation.withRouteTableRoute(AnalysisRouteTableRoute routeTableRoute)
The route table route.
|
Explanation |
Explanation.withSecurityGroup(AnalysisComponent securityGroup)
The security group.
|
Explanation |
Explanation.withSecurityGroupRule(AnalysisSecurityGroupRule securityGroupRule)
The security group rule.
|
Explanation |
Explanation.withSecurityGroups(AnalysisComponent... securityGroups)
The security groups.
|
Explanation |
Explanation.withSecurityGroups(Collection<AnalysisComponent> securityGroups)
The security groups.
|
Explanation |
Explanation.withSourceVpc(AnalysisComponent sourceVpc)
The source VPC.
|
Explanation |
Explanation.withState(String state)
The state.
|
Explanation |
Explanation.withSubnet(AnalysisComponent subnet)
The subnet.
|
Explanation |
Explanation.withSubnetRouteTable(AnalysisComponent subnetRouteTable)
The route table for the subnet.
|
Explanation |
Explanation.withVpc(AnalysisComponent vpc)
The component VPC.
|
Explanation |
Explanation.withVpcEndpoint(AnalysisComponent vpcEndpoint)
The VPC endpoint.
|
Explanation |
Explanation.withVpcPeeringConnection(AnalysisComponent vpcPeeringConnection)
The VPC peering connection.
|
Explanation |
Explanation.withVpnConnection(AnalysisComponent vpnConnection)
The VPN connection.
|
Explanation |
Explanation.withVpnGateway(AnalysisComponent vpnGateway)
The VPN gateway.
|
Modifier and Type | Method and Description |
---|---|
List<Explanation> |
NetworkInsightsAnalysis.getExplanations()
The explanations.
|
Modifier and Type | Method and Description |
---|---|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withExplanations(Explanation... explanations)
The explanations.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkInsightsAnalysis.setExplanations(Collection<Explanation> explanations)
The explanations.
|
NetworkInsightsAnalysis |
NetworkInsightsAnalysis.withExplanations(Collection<Explanation> explanations)
The explanations.
|
Copyright © 2021. All rights reserved.