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)
Set to
vpc to allocate the address for use with instances in a VPC. |
AllocateAddressRequest |
AllocateAddressRequest.withDomain(String domain)
Set to
vpc to allocate the address for use with instances in a VPC. |
AllocateAddressRequest |
AllocateAddressRequest.withNetworkBorderGroup(String networkBorderGroup)
The location from which the IP address is advertised.
|
AllocateAddressRequest |
AllocateAddressRequest.withPublicIpv4Pool(String publicIpv4Pool)
The ID of an address pool that you own.
|
Modifier and Type | Method and Description |
---|---|
Request<AllocateAddressRequest> |
AllocateAddressRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2020. All rights reserved.