Package | Description |
---|---|
org.jclouds.aws.ec2.domain | |
org.jclouds.aws.ec2.xml |
Modifier and Type | Method and Description |
---|---|
abstract Route |
Route.Builder.build() |
static Route |
Route.create(String destinationCidrBlock,
String gatewayId,
Route.RouteState state,
String origin) |
Modifier and Type | Method and Description |
---|---|
abstract List<Route> |
RouteTable.routeSet() |
Modifier and Type | Method and Description |
---|---|
static RouteTable |
RouteTable.create(String id,
String vpcId,
List<Route> routeSet,
List<RouteTableAssociation> associationSet,
Map<String,String> tags) |
abstract RouteTable.Builder |
RouteTable.Builder.routeSet(List<Route> routeSet) |
Modifier and Type | Method and Description |
---|---|
Route |
RouteHandler.getResult() |
Modifier and Type | Method and Description |
---|---|
List<Route> |
RouteSetHandler.getResult() |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.