Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
NetworkInterfaceAssociation |
NetworkInterfaceAssociation.clone() |
NetworkInterfaceAssociation |
NetworkInterfacePrivateIpAddress.getAssociation()
The association information for an Elastic IP address (IPv4) associated with the network interface.
|
NetworkInterfaceAssociation |
NetworkInterface.getAssociation()
The association information for an Elastic IP address (IPv4) associated with the network interface.
|
NetworkInterfaceAssociation |
NetworkInterfaceAssociation.withAllocationId(String allocationId)
The allocation ID.
|
NetworkInterfaceAssociation |
NetworkInterfaceAssociation.withAssociationId(String associationId)
The association ID.
|
NetworkInterfaceAssociation |
NetworkInterfaceAssociation.withCarrierIp(String carrierIp)
The carrier IP address associated with the network interface.
|
NetworkInterfaceAssociation |
NetworkInterfaceAssociation.withCustomerOwnedIp(String customerOwnedIp)
The customer-owned IP address associated with the network interface.
|
NetworkInterfaceAssociation |
NetworkInterfaceAssociation.withIpOwnerId(String ipOwnerId)
The ID of the Elastic IP address owner.
|
NetworkInterfaceAssociation |
NetworkInterfaceAssociation.withPublicDnsName(String publicDnsName)
The public DNS name.
|
NetworkInterfaceAssociation |
NetworkInterfaceAssociation.withPublicIp(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 (IPv4) associated with the network interface.
|
void |
NetworkInterface.setAssociation(NetworkInterfaceAssociation association)
The association information for an Elastic IP address (IPv4) associated with the network interface.
|
NetworkInterfacePrivateIpAddress |
NetworkInterfacePrivateIpAddress.withAssociation(NetworkInterfaceAssociation association)
The association information for an Elastic IP address (IPv4) associated with the network interface.
|
NetworkInterface |
NetworkInterface.withAssociation(NetworkInterfaceAssociation association)
The association information for an Elastic IP address (IPv4) associated with the network interface.
|
Copyright © 2023. All rights reserved.