Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
LocalGatewayRoute |
LocalGatewayRoute.clone() |
LocalGatewayRoute |
DeleteLocalGatewayRouteResult.getRoute()
Information about the route.
|
LocalGatewayRoute |
CreateLocalGatewayRouteResult.getRoute()
Information about the route.
|
LocalGatewayRoute |
LocalGatewayRoute.withDestinationCidrBlock(String destinationCidrBlock)
The CIDR block used for destination matches.
|
LocalGatewayRoute |
LocalGatewayRoute.withLocalGatewayRouteTableArn(String localGatewayRouteTableArn)
The Amazon Resource Name (ARN) of the local gateway route table.
|
LocalGatewayRoute |
LocalGatewayRoute.withLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
LocalGatewayRoute |
LocalGatewayRoute.withLocalGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId)
The ID of the virtual interface group.
|
LocalGatewayRoute |
LocalGatewayRoute.withOwnerId(String ownerId)
The ID of the Amazon Web Services account that owns the local gateway route.
|
LocalGatewayRoute |
LocalGatewayRoute.withState(LocalGatewayRouteState state)
The state of the route.
|
LocalGatewayRoute |
LocalGatewayRoute.withState(String state)
The state of the route.
|
LocalGatewayRoute |
LocalGatewayRoute.withType(LocalGatewayRouteType type)
The route type.
|
LocalGatewayRoute |
LocalGatewayRoute.withType(String type)
The route type.
|
Modifier and Type | Method and Description |
---|---|
List<LocalGatewayRoute> |
SearchLocalGatewayRoutesResult.getRoutes()
Information about the routes.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteLocalGatewayRouteResult.setRoute(LocalGatewayRoute route)
Information about the route.
|
void |
CreateLocalGatewayRouteResult.setRoute(LocalGatewayRoute route)
Information about the route.
|
DeleteLocalGatewayRouteResult |
DeleteLocalGatewayRouteResult.withRoute(LocalGatewayRoute route)
Information about the route.
|
CreateLocalGatewayRouteResult |
CreateLocalGatewayRouteResult.withRoute(LocalGatewayRoute route)
Information about the route.
|
SearchLocalGatewayRoutesResult |
SearchLocalGatewayRoutesResult.withRoutes(LocalGatewayRoute... routes)
Information about the routes.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchLocalGatewayRoutesResult.setRoutes(Collection<LocalGatewayRoute> routes)
Information about the routes.
|
SearchLocalGatewayRoutesResult |
SearchLocalGatewayRoutesResult.withRoutes(Collection<LocalGatewayRoute> routes)
Information about the routes.
|
Copyright © 2021. All rights reserved.