public class AwsNetworkInterface extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AwsNetworkInterface.Builder |
| Constructor | Description |
|---|---|
AwsNetworkInterface(String networkInterfaceId,
List<AwsPrivateIpAddress> privateIpAddresses,
AwsNetworkInterfaceAttachment attachment) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
AwsNetworkInterfaceAttachment |
getAttachment() |
|
String |
getNetworkInterfaceId() |
|
List<AwsPrivateIpAddress> |
getPrivateIpAddresses() |
|
int |
hashCode() |
|
String |
toString() |
public AwsNetworkInterface(String networkInterfaceId, List<AwsPrivateIpAddress> privateIpAddresses, AwsNetworkInterfaceAttachment attachment)
public String getNetworkInterfaceId()
public List<AwsPrivateIpAddress> getPrivateIpAddresses()
public AwsNetworkInterfaceAttachment getAttachment()
Copyright © 2018. All rights reserved.