Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AllocateAddressRequest |
AllocateAddressRequest.clone() |
AllocateAddressRequest |
AllocateAddressRequest.withAddress(String address)
[EC2-VPC] The Elastic IP address to recover or an IPv4 address from an address pool.
|
AllocateAddressRequest |
AllocateAddressRequest.withCustomerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The ID of a customer-owned address pool.
|
AllocateAddressRequest |
AllocateAddressRequest.withDomain(DomainType domain)
Indicates whether the Elastic IP address is for use with instances in a VPC or instances in EC2-Classic.
|
AllocateAddressRequest |
AllocateAddressRequest.withDomain(String domain)
Indicates whether the Elastic IP address is for use with instances in a VPC or instances in EC2-Classic.
|
AllocateAddressRequest |
AllocateAddressRequest.withNetworkBorderGroup(String networkBorderGroup)
A unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP
addresses.
|
AllocateAddressRequest |
AllocateAddressRequest.withPublicIpv4Pool(String publicIpv4Pool)
The ID of an address pool that you own.
|
AllocateAddressRequest |
AllocateAddressRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the Elastic IP address.
|
AllocateAddressRequest |
AllocateAddressRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the Elastic IP address.
|
Modifier and Type | Method and Description |
---|---|
Request<AllocateAddressRequest> |
AllocateAddressRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.