public class DescribeNetworkInterfacesResult extends Object implements Serializable
Constructor and Description |
---|
DescribeNetworkInterfacesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<NetworkInterface> |
getNetworkInterfaces()
Information about one or more network interfaces.
|
int |
hashCode() |
void |
setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
Information about one or more network interfaces.
|
String |
toString() |
public List<NetworkInterface> getNetworkInterfaces()
Information about one or more network interfaces.
public void setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
Information about one or more network interfaces.
networkInterfaces
- Information about one or more network interfaces.Copyright © 2010–2020. All rights reserved.