Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AllocateAddressResult |
AbstractAmazonEC2.allocateAddress() |
AllocateAddressResult |
AmazonEC2.allocateAddress()
Simplified method form for invoking the AllocateAddress operation.
|
AllocateAddressResult |
AmazonEC2Client.allocateAddress() |
AllocateAddressResult |
AbstractAmazonEC2.allocateAddress(AllocateAddressRequest request) |
AllocateAddressResult |
AmazonEC2.allocateAddress(AllocateAddressRequest allocateAddressRequest)
Allocates an Elastic IP address to your Amazon Web Services account.
|
AllocateAddressResult |
AmazonEC2Client.allocateAddress(AllocateAddressRequest request)
Allocates an Elastic IP address to your Amazon Web Services account.
|
Modifier and Type | Method and Description |
---|---|
Future<AllocateAddressResult> |
AbstractAmazonEC2Async.allocateAddressAsync()
Simplified method form for invoking the AllocateAddress operation.
|
Future<AllocateAddressResult> |
AmazonEC2Async.allocateAddressAsync()
Simplified method form for invoking the AllocateAddress operation.
|
Future<AllocateAddressResult> |
AmazonEC2AsyncClient.allocateAddressAsync()
Simplified method form for invoking the AllocateAddress operation.
|
Future<AllocateAddressResult> |
AbstractAmazonEC2Async.allocateAddressAsync(AllocateAddressRequest request) |
Future<AllocateAddressResult> |
AmazonEC2Async.allocateAddressAsync(AllocateAddressRequest allocateAddressRequest)
Allocates an Elastic IP address to your Amazon Web Services account.
|
Future<AllocateAddressResult> |
AmazonEC2AsyncClient.allocateAddressAsync(AllocateAddressRequest request) |
Future<AllocateAddressResult> |
AbstractAmazonEC2Async.allocateAddressAsync(AllocateAddressRequest request,
AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler) |
Future<AllocateAddressResult> |
AmazonEC2Async.allocateAddressAsync(AllocateAddressRequest allocateAddressRequest,
AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
Allocates an Elastic IP address to your Amazon Web Services account.
|
Future<AllocateAddressResult> |
AmazonEC2AsyncClient.allocateAddressAsync(AllocateAddressRequest request,
AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler) |
Future<AllocateAddressResult> |
AbstractAmazonEC2Async.allocateAddressAsync(AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
Simplified method form for invoking the AllocateAddress operation with an AsyncHandler.
|
Future<AllocateAddressResult> |
AmazonEC2Async.allocateAddressAsync(AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
Simplified method form for invoking the AllocateAddress operation with an AsyncHandler.
|
Future<AllocateAddressResult> |
AmazonEC2AsyncClient.allocateAddressAsync(AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
Simplified method form for invoking the AllocateAddress operation with an AsyncHandler.
|
Modifier and Type | Method and Description |
---|---|
AllocateAddressResult |
AllocateAddressResult.clone() |
AllocateAddressResult |
AllocateAddressResult.withAllocationId(String allocationId)
[EC2-VPC] The ID that Amazon Web Services assigns to represent the allocation of the Elastic IP address for use
with instances in a VPC.
|
AllocateAddressResult |
AllocateAddressResult.withCarrierIp(String carrierIp)
The carrier IP address.
|
AllocateAddressResult |
AllocateAddressResult.withCustomerOwnedIp(String customerOwnedIp)
The customer-owned IP address.
|
AllocateAddressResult |
AllocateAddressResult.withCustomerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The ID of the customer-owned address pool.
|
AllocateAddressResult |
AllocateAddressResult.withDomain(DomainType domain)
Indicates whether the Elastic IP address is for use with instances in a VPC (
vpc ) or instances in
EC2-Classic (standard ). |
AllocateAddressResult |
AllocateAddressResult.withDomain(String domain)
Indicates whether the Elastic IP address is for use with instances in a VPC (
vpc ) or instances in
EC2-Classic (standard ). |
AllocateAddressResult |
AllocateAddressResult.withNetworkBorderGroup(String networkBorderGroup)
The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP
addresses.
|
AllocateAddressResult |
AllocateAddressResult.withPublicIp(String publicIp)
The Elastic IP address.
|
AllocateAddressResult |
AllocateAddressResult.withPublicIpv4Pool(String publicIpv4Pool)
The ID of an address pool.
|
Copyright © 2021. All rights reserved.