Package | Description |
---|---|
org.jclouds.aws.ec2.features | |
org.jclouds.aws.ec2.options |
Modifier and Type | Method and Description |
---|---|
String |
RouteTableApi.associateRouteTable(String region,
String routeTableId,
String subnetId,
RouteTableOptions options) |
RouteTable |
RouteTableApi.createRouteTable(String region,
String vpcId,
RouteTableOptions options)
Creates a
RouteTable , supplying options. |
boolean |
RouteTableApi.deleteRouteTable(String region,
String routeTableId,
RouteTableOptions options)
Delete a
RouteTable , supplying options. |
boolean |
RouteTableApi.disassociateRouteTable(String region,
String associationId,
RouteTableOptions options) |
Modifier and Type | Method and Description |
---|---|
RouteTableOptions |
RouteTableOptions.destinationCidrBlock(String destinationCidrBlock)
The IPv4 CIDR address block used for the destination match.
|
RouteTableOptions |
RouteTableOptions.dryRun()
Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response.
|
static RouteTableOptions |
RouteTableOptions.Builder.dryRun() |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.