Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AnalysisRouteTableRoute |
AnalysisRouteTableRoute.clone() |
AnalysisRouteTableRoute |
PathComponent.getRouteTableRoute()
The route table route.
|
AnalysisRouteTableRoute |
Explanation.getRouteTableRoute()
The route table route.
|
AnalysisRouteTableRoute |
AnalysisRouteTableRoute.withDestinationCidr(String destinationCidr)
The destination IPv4 address, in CIDR notation.
|
AnalysisRouteTableRoute |
AnalysisRouteTableRoute.withDestinationPrefixListId(String destinationPrefixListId)
The prefix of the Amazon Web Service.
|
AnalysisRouteTableRoute |
AnalysisRouteTableRoute.withEgressOnlyInternetGatewayId(String egressOnlyInternetGatewayId)
The ID of an egress-only internet gateway.
|
AnalysisRouteTableRoute |
AnalysisRouteTableRoute.withGatewayId(String gatewayId)
The ID of the gateway, such as an internet gateway or virtual private gateway.
|
AnalysisRouteTableRoute |
AnalysisRouteTableRoute.withInstanceId(String instanceId)
The ID of the instance, such as a NAT instance.
|
AnalysisRouteTableRoute |
AnalysisRouteTableRoute.withNatGatewayId(String natGatewayId)
The ID of a NAT gateway.
|
AnalysisRouteTableRoute |
AnalysisRouteTableRoute.withNetworkInterfaceId(String networkInterfaceId)
The ID of a network interface.
|
AnalysisRouteTableRoute |
AnalysisRouteTableRoute.withOrigin(String origin)
Describes how the route was created.
|
AnalysisRouteTableRoute |
AnalysisRouteTableRoute.withTransitGatewayId(String transitGatewayId)
The ID of a transit gateway.
|
AnalysisRouteTableRoute |
AnalysisRouteTableRoute.withVpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of a VPC peering connection.
|
Modifier and Type | Method and Description |
---|---|
void |
PathComponent.setRouteTableRoute(AnalysisRouteTableRoute routeTableRoute)
The route table route.
|
void |
Explanation.setRouteTableRoute(AnalysisRouteTableRoute routeTableRoute)
The route table route.
|
PathComponent |
PathComponent.withRouteTableRoute(AnalysisRouteTableRoute routeTableRoute)
The route table route.
|
Explanation |
Explanation.withRouteTableRoute(AnalysisRouteTableRoute routeTableRoute)
The route table route.
|
Copyright © 2021. All rights reserved.