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