Uses of Class
software.amazon.awssdk.services.ec2.model.DisassociateTrunkInterfaceResponse
-
Packages that use DisassociateTrunkInterfaceResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of DisassociateTrunkInterfaceResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DisassociateTrunkInterfaceResponse Modifier and Type Method Description default DisassociateTrunkInterfaceResponseEc2Client. disassociateTrunkInterface(Consumer<DisassociateTrunkInterfaceRequest.Builder> disassociateTrunkInterfaceRequest)Removes an association between a branch network interface with a trunk network interface.default DisassociateTrunkInterfaceResponseEc2Client. disassociateTrunkInterface(DisassociateTrunkInterfaceRequest disassociateTrunkInterfaceRequest)Removes an association between a branch network interface with a trunk network interface.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DisassociateTrunkInterfaceResponse Modifier and Type Method 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.
-