| Package | Description |
|---|---|
| com.amazonaws.services.ec2 | |
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonEC2AsyncClient.disassociateRouteTableAsync(DisassociateRouteTableRequest request,
AsyncHandler<DisassociateRouteTableRequest,Void> asyncHandler) |
Future<Void> |
AmazonEC2Async.disassociateRouteTableAsync(DisassociateRouteTableRequest disassociateRouteTableRequest,
AsyncHandler<DisassociateRouteTableRequest,Void> asyncHandler)
Disassociates a subnet from a route table.
|
Future<Void> |
AbstractAmazonEC2Async.disassociateRouteTableAsync(DisassociateRouteTableRequest request,
AsyncHandler<DisassociateRouteTableRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DisassociateRouteTableRequest |
DisassociateRouteTableRequest.clone() |
DisassociateRouteTableRequest |
DisassociateRouteTableRequest.withAssociationId(String associationId)
The association ID representing the current association between the route
table and subnet.
|
| Modifier and Type | Method and Description |
|---|---|
Request<DisassociateRouteTableRequest> |
DisassociateRouteTableRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2016. All rights reserved.