I have been trying to figure out how to delete multiple EC2 network interfaces using the AWS Java SDK. It is possible to select and delete multiple network interfaces in one operation in the AWS console, however, the DeleteNetworkInterfaceRequest SDK method has no option to pass multiple IDs.
Is there a work around for this, apart from looping over the IDs?