Uses of Enum
com.amazonaws.services.ec2.model.NetworkInterfaceType
Packages that use NetworkInterfaceType
-
Uses of NetworkInterfaceType in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return NetworkInterfaceTypeModifier and TypeMethodDescriptionstatic NetworkInterfaceTypeUse this in place of valueOf.static NetworkInterfaceTypeReturns the enum constant of this type with the specified name.static NetworkInterfaceType[]NetworkInterfaceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ec2.model with parameters of type NetworkInterfaceTypeModifier and TypeMethodDescriptionvoidNetworkInterface.setInterfaceType(NetworkInterfaceType interfaceType) The type of interface.NetworkInterface.withInterfaceType(NetworkInterfaceType interfaceType) The type of interface.