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