Uses of Class
software.amazon.awssdk.services.ec2.model.DisassociateTrunkInterfaceResponse
Packages that use DisassociateTrunkInterfaceResponse
-
Uses of DisassociateTrunkInterfaceResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DisassociateTrunkInterfaceResponseModifier and TypeMethodDescriptionEc2Client.disassociateTrunkInterface(Consumer<DisassociateTrunkInterfaceRequest.Builder> disassociateTrunkInterfaceRequest) Removes an association between a branch network interface with a trunk network interface.Ec2Client.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 DisassociateTrunkInterfaceResponseModifier and TypeMethodDescriptionEc2AsyncClient.disassociateTrunkInterface(Consumer<DisassociateTrunkInterfaceRequest.Builder> disassociateTrunkInterfaceRequest) Removes an association between a branch network interface with a trunk network interface.Ec2AsyncClient.disassociateTrunkInterface(DisassociateTrunkInterfaceRequest disassociateTrunkInterfaceRequest) Removes an association between a branch network interface with a trunk network interface.