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 NetworkInterfaceType
Use this in place of valueOf.static NetworkInterfaceType
Returns 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 TypeMethodDescriptionvoid
NetworkInterface.setInterfaceType
(NetworkInterfaceType interfaceType) The type of interface.NetworkInterface.withInterfaceType
(NetworkInterfaceType interfaceType) The type of interface.