| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateAddressResponse |
Ec2Client.associateAddress()
Associates an Elastic IP address with an instance or a network interface.
|
default AssociateAddressResponse |
Ec2Client.associateAddress(AssociateAddressRequest associateAddressRequest)
Associates an Elastic IP address with an instance or a network interface.
|
default AssociateAddressResponse |
Ec2Client.associateAddress(Consumer<AssociateAddressRequest.Builder> associateAddressRequest)
Associates an Elastic IP address with an instance or a network interface.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AssociateAddressResponse> |
Ec2AsyncClient.associateAddress()
Associates an Elastic IP address with an instance or a network interface.
|
default CompletableFuture<AssociateAddressResponse> |
Ec2AsyncClient.associateAddress(AssociateAddressRequest associateAddressRequest)
Associates an Elastic IP address with an instance or a network interface.
|
default CompletableFuture<AssociateAddressResponse> |
Ec2AsyncClient.associateAddress(Consumer<AssociateAddressRequest.Builder> associateAddressRequest)
Associates an Elastic IP address with an instance or a network interface.
|
Copyright © 2019. All rights reserved.