| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default AllocateAddressResponse |
Ec2Client.allocateAddress()
Allocates an Elastic IP address to your Amazon Web Services account.
|
default AllocateAddressResponse |
Ec2Client.allocateAddress(AllocateAddressRequest allocateAddressRequest)
Allocates an Elastic IP address to your Amazon Web Services account.
|
default AllocateAddressResponse |
Ec2Client.allocateAddress(Consumer<AllocateAddressRequest.Builder> allocateAddressRequest)
Allocates an Elastic IP address to your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AllocateAddressResponse> |
Ec2AsyncClient.allocateAddress()
Allocates an Elastic IP address to your Amazon Web Services account.
|
default CompletableFuture<AllocateAddressResponse> |
Ec2AsyncClient.allocateAddress(AllocateAddressRequest allocateAddressRequest)
Allocates an Elastic IP address to your Amazon Web Services account.
|
default CompletableFuture<AllocateAddressResponse> |
Ec2AsyncClient.allocateAddress(Consumer<AllocateAddressRequest.Builder> allocateAddressRequest)
Allocates an Elastic IP address to your Amazon Web Services account.
|
Copyright © 2023. All rights reserved.