| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default DisassociateAddressResponse |
Ec2Client.disassociateAddress(Consumer<DisassociateAddressRequest.Builder> disassociateAddressRequest)
Disassociates an Elastic IP address from the instance or network interface it's associated with.
|
default DisassociateAddressResponse |
Ec2Client.disassociateAddress(DisassociateAddressRequest disassociateAddressRequest)
Disassociates an Elastic IP address from the instance or network interface it's associated with.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DisassociateAddressResponse> |
Ec2AsyncClient.disassociateAddress(Consumer<DisassociateAddressRequest.Builder> disassociateAddressRequest)
Disassociates an Elastic IP address from the instance or network interface it's associated with.
|
default CompletableFuture<DisassociateAddressResponse> |
Ec2AsyncClient.disassociateAddress(DisassociateAddressRequest disassociateAddressRequest)
Disassociates an Elastic IP address from the instance or network interface it's associated with.
|
Copyright © 2019. All rights reserved.