| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AllocateAddressResponse> |
Ec2AsyncClient.allocateAddress(Consumer<AllocateAddressRequest.Builder> 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 |
|---|---|
AllocateAddressRequest.Builder |
AllocateAddressRequest.Builder.address(String address)
[EC2-VPC] The Elastic IP address to recover or an IPv4 address from an address pool.
|
static AllocateAddressRequest.Builder |
AllocateAddressRequest.builder() |
AllocateAddressRequest.Builder |
AllocateAddressRequest.Builder.customerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The ID of a customer-owned address pool.
|
AllocateAddressRequest.Builder |
AllocateAddressRequest.Builder.domain(DomainType domain)
Indicates whether the Elastic IP address is for use with instances in a VPC or instances in EC2-Classic.
|
AllocateAddressRequest.Builder |
AllocateAddressRequest.Builder.domain(String domain)
Indicates whether the Elastic IP address is for use with instances in a VPC or instances in EC2-Classic.
|
AllocateAddressRequest.Builder |
AllocateAddressRequest.Builder.networkBorderGroup(String networkBorderGroup)
A unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services
advertises IP addresses.
|
AllocateAddressRequest.Builder |
AllocateAddressRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AllocateAddressRequest.Builder |
AllocateAddressRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AllocateAddressRequest.Builder |
AllocateAddressRequest.Builder.publicIpv4Pool(String publicIpv4Pool)
The ID of an address pool that you own.
|
AllocateAddressRequest.Builder |
AllocateAddressRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the Elastic IP address.
|
AllocateAddressRequest.Builder |
AllocateAddressRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to assign to the Elastic IP address.
|
AllocateAddressRequest.Builder |
AllocateAddressRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the Elastic IP address.
|
AllocateAddressRequest.Builder |
AllocateAddressRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AllocateAddressRequest.Builder> |
AllocateAddressRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.