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 NetworkInterfaceAttributeNetworkInterfaceAttribute. fromValue(String value)Use this in place of valueOf.static NetworkInterfaceAttributeNetworkInterfaceAttribute. 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 voidDescribeNetworkInterfaceAttributeRequest. setAttribute(NetworkInterfaceAttribute attribute)The attribute of the network interface.DescribeNetworkInterfaceAttributeRequestDescribeNetworkInterfaceAttributeRequest. withAttribute(NetworkInterfaceAttribute attribute)The attribute of the network interface.
-