Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private NetworkInterfaceAssociation |
NetworkInterfacePrivateIpAddress.association
The association information for an Elastic IP address associated with the
network interface.
|
private NetworkInterfaceAssociation |
NetworkInterface.association
The association information for an Elastic IP associated with the network
interface.
|
Modifier and Type | Method and Description |
---|---|
NetworkInterfaceAssociation |
NetworkInterfaceAssociation.clone() |
NetworkInterfaceAssociation |
NetworkInterfacePrivateIpAddress.getAssociation()
The association information for an Elastic IP address associated with the
network interface.
|
NetworkInterfaceAssociation |
NetworkInterface.getAssociation()
The association information for an Elastic IP associated with the network
interface.
|
NetworkInterfaceAssociation |
NetworkInterfaceAssociation.withAllocationId(java.lang.String allocationId)
The allocation ID.
|
NetworkInterfaceAssociation |
NetworkInterfaceAssociation.withAssociationId(java.lang.String associationId)
The association ID.
|
NetworkInterfaceAssociation |
NetworkInterfaceAssociation.withIpOwnerId(java.lang.String ipOwnerId)
The ID of the Elastic IP address owner.
|
NetworkInterfaceAssociation |
NetworkInterfaceAssociation.withPublicDnsName(java.lang.String publicDnsName)
The public DNS name.
|
NetworkInterfaceAssociation |
NetworkInterfaceAssociation.withPublicIp(java.lang.String publicIp)
The address of the Elastic IP address bound to the network interface.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkInterfacePrivateIpAddress.setAssociation(NetworkInterfaceAssociation association)
The association information for an Elastic IP address associated with the
network interface.
|
void |
NetworkInterface.setAssociation(NetworkInterfaceAssociation association)
The association information for an Elastic IP associated with the network
interface.
|
NetworkInterfacePrivateIpAddress |
NetworkInterfacePrivateIpAddress.withAssociation(NetworkInterfaceAssociation association)
The association information for an Elastic IP address associated with the
network interface.
|
NetworkInterface |
NetworkInterface.withAssociation(NetworkInterfaceAssociation association)
The association information for an Elastic IP associated with the network
interface.
|
Modifier and Type | Method and Description |
---|---|
NetworkInterfaceAssociation |
NetworkInterfaceAssociationStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |