Uses of Class
com.amazonaws.services.ec2.model.NetworkInterfaceAttribute
-
Packages that use NetworkInterfaceAttribute Package Description com.amazonaws.services.ec2.model -
-
Uses of NetworkInterfaceAttribute in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return NetworkInterfaceAttribute Modifier and Type Method Description static NetworkInterfaceAttribute
NetworkInterfaceAttribute. fromValue(String value)
Use this in place of valueOf.static NetworkInterfaceAttribute
NetworkInterfaceAttribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static NetworkInterfaceAttribute[]
NetworkInterfaceAttribute. 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 NetworkInterfaceAttribute Modifier and Type Method Description void
DescribeNetworkInterfaceAttributeRequest. setAttribute(NetworkInterfaceAttribute attribute)
The attribute of the network interface.DescribeNetworkInterfaceAttributeRequest
DescribeNetworkInterfaceAttributeRequest. withAttribute(NetworkInterfaceAttribute attribute)
The attribute of the network interface.
-