Uses of Class
com.amazonaws.services.ec2.model.AllocateAddressResult
-
Packages that use AllocateAddressResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of AllocateAddressResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return AllocateAddressResult Modifier and Type Method Description AllocateAddressResult
AbstractAmazonEC2. allocateAddress()
AllocateAddressResult
AbstractAmazonEC2. allocateAddress(AllocateAddressRequest request)
AllocateAddressResult
AmazonEC2. allocateAddress()
Simplified method form for invoking the AllocateAddress operation.AllocateAddressResult
AmazonEC2. allocateAddress(AllocateAddressRequest allocateAddressRequest)
Acquires an Elastic IP address.AllocateAddressResult
AmazonEC2Client. allocateAddress()
AllocateAddressResult
AmazonEC2Client. allocateAddress(AllocateAddressRequest allocateAddressRequest)
Acquires an Elastic IP address.Methods in com.amazonaws.services.ec2 that return types with arguments of type AllocateAddressResult Modifier and Type Method Description Future<AllocateAddressResult>
AbstractAmazonEC2Async. allocateAddressAsync()
Simplified method form for invoking the AllocateAddress operation.Future<AllocateAddressResult>
AbstractAmazonEC2Async. allocateAddressAsync(AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
Simplified method form for invoking the AllocateAddress operation with an AsyncHandler.Future<AllocateAddressResult>
AbstractAmazonEC2Async. allocateAddressAsync(AllocateAddressRequest request)
Future<AllocateAddressResult>
AbstractAmazonEC2Async. allocateAddressAsync(AllocateAddressRequest request, AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
Future<AllocateAddressResult>
AmazonEC2Async. allocateAddressAsync()
Simplified method form for invoking the AllocateAddress operation.Future<AllocateAddressResult>
AmazonEC2Async. allocateAddressAsync(AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
Simplified method form for invoking the AllocateAddress operation with an AsyncHandler.Future<AllocateAddressResult>
AmazonEC2Async. allocateAddressAsync(AllocateAddressRequest allocateAddressRequest)
Acquires an Elastic IP address.Future<AllocateAddressResult>
AmazonEC2Async. allocateAddressAsync(AllocateAddressRequest allocateAddressRequest, AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
Acquires an Elastic IP address.Future<AllocateAddressResult>
AmazonEC2AsyncClient. allocateAddressAsync()
Simplified method form for invoking the AllocateAddress operation.Future<AllocateAddressResult>
AmazonEC2AsyncClient. allocateAddressAsync(AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
Simplified method form for invoking the AllocateAddress operation with an AsyncHandler.Future<AllocateAddressResult>
AmazonEC2AsyncClient. allocateAddressAsync(AllocateAddressRequest request)
Future<AllocateAddressResult>
AmazonEC2AsyncClient. allocateAddressAsync(AllocateAddressRequest request, AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
-
Uses of AllocateAddressResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AllocateAddressResult Modifier and Type Method Description AllocateAddressResult
AllocateAddressResult. clone()
AllocateAddressResult
AllocateAddressResult. withAllocationId(String allocationId)
[EC2-VPC] The ID that AWS assigns to represent the allocation of the Elastic IP address for use with instances in a VPC.AllocateAddressResult
AllocateAddressResult. withDomain(DomainType domain)
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard
) or instances in a VPC (vpc
).AllocateAddressResult
AllocateAddressResult. withDomain(String domain)
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard
) or instances in a VPC (vpc
).AllocateAddressResult
AllocateAddressResult. withPublicIp(String publicIp)
The Elastic IP address.
-