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 NetworkInterfaceTypeNetworkInterfaceType. fromValue(String value)Use this in place of valueOf.static NetworkInterfaceTypeNetworkInterfaceType. 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 voidNetworkInterface. setInterfaceType(NetworkInterfaceType interfaceType)The type of interface.NetworkInterfaceNetworkInterface. withInterfaceType(NetworkInterfaceType interfaceType)The type of interface.
-