| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default DisassociateTrunkInterfaceResponse |
Ec2Client.disassociateTrunkInterface(Consumer<DisassociateTrunkInterfaceRequest.Builder> disassociateTrunkInterfaceRequest)
Removes an association between a branch network interface with a trunk network interface.
|
default DisassociateTrunkInterfaceResponse |
Ec2Client.disassociateTrunkInterface(DisassociateTrunkInterfaceRequest disassociateTrunkInterfaceRequest)
Removes an association between a branch network interface with a trunk network interface.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DisassociateTrunkInterfaceResponse> |
Ec2AsyncClient.disassociateTrunkInterface(Consumer<DisassociateTrunkInterfaceRequest.Builder> disassociateTrunkInterfaceRequest)
Removes an association between a branch network interface with a trunk network interface.
|
default CompletableFuture<DisassociateTrunkInterfaceResponse> |
Ec2AsyncClient.disassociateTrunkInterface(DisassociateTrunkInterfaceRequest disassociateTrunkInterfaceRequest)
Removes an association between a branch network interface with a trunk network interface.
|
Copyright © 2021. All rights reserved.