Uses of Enum
com.amazonaws.services.ec2.model.NetworkInterfaceAttribute
Packages that use NetworkInterfaceAttribute
-
Uses of NetworkInterfaceAttribute in com.amazonaws.services.ec2.model
Subclasses with type arguments of type NetworkInterfaceAttribute in com.amazonaws.services.ec2.modelMethods in com.amazonaws.services.ec2.model that return NetworkInterfaceAttributeModifier and TypeMethodDescriptionstatic NetworkInterfaceAttributeUse this in place of valueOf.static NetworkInterfaceAttributeReturns 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 NetworkInterfaceAttributeModifier and TypeMethodDescriptionvoidDescribeNetworkInterfaceAttributeRequest.setAttribute(NetworkInterfaceAttribute attribute) The attribute of the network interface.DescribeNetworkInterfaceAttributeRequest.withAttribute(NetworkInterfaceAttribute attribute) The attribute of the network interface.