| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default DisassociateRouteTableResponse |
EC2Client.disassociateRouteTable(Consumer<DisassociateRouteTableRequest.Builder> disassociateRouteTableRequest)
Disassociates a subnet from a route table.
|
default DisassociateRouteTableResponse |
EC2Client.disassociateRouteTable(DisassociateRouteTableRequest disassociateRouteTableRequest)
Disassociates a subnet from a route table.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DisassociateRouteTableResponse> |
EC2AsyncClient.disassociateRouteTable(Consumer<DisassociateRouteTableRequest.Builder> disassociateRouteTableRequest)
Disassociates a subnet from a route table.
|
default CompletableFuture<DisassociateRouteTableResponse> |
EC2AsyncClient.disassociateRouteTable(DisassociateRouteTableRequest disassociateRouteTableRequest)
Disassociates a subnet from a route table.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateRouteTableResponse |
DisassociateRouteTableResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2017. All rights reserved.