Uses of Class
com.amazonaws.services.ec2.model.NetworkInterfaceType
-
Packages that use NetworkInterfaceType Package Description com.amazonaws.services.ec2.model -
-
Uses of NetworkInterfaceType in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return NetworkInterfaceType Modifier and Type Method Description static NetworkInterfaceType
NetworkInterfaceType. fromValue(String value)
Use this in place of valueOf.static NetworkInterfaceType
NetworkInterfaceType. valueOf(String name)
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 NetworkInterfaceType Modifier and Type Method Description void
NetworkInterface. setInterfaceType(NetworkInterfaceType interfaceType)
The type of interface.NetworkInterface
NetworkInterface. withInterfaceType(NetworkInterfaceType interfaceType)
The type of interface.
-