Uses of Class
com.amazonaws.services.ec2.model.AllocateAddressResult
Packages that use AllocateAddressResult
-
Uses of AllocateAddressResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return AllocateAddressResultModifier and TypeMethodDescriptionAbstractAmazonEC2.allocateAddress()
AbstractAmazonEC2.allocateAddress
(AllocateAddressRequest request) AmazonEC2.allocateAddress()
Simplified method form for invoking the AllocateAddress operation.AmazonEC2.allocateAddress
(AllocateAddressRequest allocateAddressRequest) Acquires an Elastic IP address.AmazonEC2Client.allocateAddress()
AmazonEC2Client.allocateAddress
(AllocateAddressRequest allocateAddressRequest) Acquires an Elastic IP address.Methods in com.amazonaws.services.ec2 that return types with arguments of type AllocateAddressResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.allocateAddressAsync()
Simplified method form for invoking the AllocateAddress operation.AbstractAmazonEC2Async.allocateAddressAsync
(AsyncHandler<AllocateAddressRequest, AllocateAddressResult> asyncHandler) Simplified method form for invoking the AllocateAddress operation with an AsyncHandler.AbstractAmazonEC2Async.allocateAddressAsync
(AllocateAddressRequest request) AbstractAmazonEC2Async.allocateAddressAsync
(AllocateAddressRequest request, AsyncHandler<AllocateAddressRequest, AllocateAddressResult> asyncHandler) AmazonEC2Async.allocateAddressAsync()
Simplified method form for invoking the AllocateAddress operation.AmazonEC2Async.allocateAddressAsync
(AsyncHandler<AllocateAddressRequest, AllocateAddressResult> asyncHandler) Simplified method form for invoking the AllocateAddress operation with an AsyncHandler.AmazonEC2Async.allocateAddressAsync
(AllocateAddressRequest allocateAddressRequest) Acquires an Elastic IP address.AmazonEC2Async.allocateAddressAsync
(AllocateAddressRequest allocateAddressRequest, AsyncHandler<AllocateAddressRequest, AllocateAddressResult> asyncHandler) Acquires an Elastic IP address.AmazonEC2AsyncClient.allocateAddressAsync()
Simplified method form for invoking the AllocateAddress operation.AmazonEC2AsyncClient.allocateAddressAsync
(AsyncHandler<AllocateAddressRequest, AllocateAddressResult> asyncHandler) Simplified method form for invoking the AllocateAddress operation with an AsyncHandler.AmazonEC2AsyncClient.allocateAddressAsync
(AllocateAddressRequest request) AmazonEC2AsyncClient.allocateAddressAsync
(AllocateAddressRequest request, AsyncHandler<AllocateAddressRequest, AllocateAddressResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type AllocateAddressResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.allocateAddressAsync
(AsyncHandler<AllocateAddressRequest, AllocateAddressResult> asyncHandler) Simplified method form for invoking the AllocateAddress operation with an AsyncHandler.AbstractAmazonEC2Async.allocateAddressAsync
(AllocateAddressRequest request, AsyncHandler<AllocateAddressRequest, AllocateAddressResult> asyncHandler) AmazonEC2Async.allocateAddressAsync
(AsyncHandler<AllocateAddressRequest, AllocateAddressResult> asyncHandler) Simplified method form for invoking the AllocateAddress operation with an AsyncHandler.AmazonEC2Async.allocateAddressAsync
(AllocateAddressRequest allocateAddressRequest, AsyncHandler<AllocateAddressRequest, AllocateAddressResult> asyncHandler) Acquires an Elastic IP address.AmazonEC2AsyncClient.allocateAddressAsync
(AsyncHandler<AllocateAddressRequest, AllocateAddressResult> asyncHandler) Simplified method form for invoking the AllocateAddress operation with an AsyncHandler.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 AllocateAddressResultModifier and TypeMethodDescriptionAllocateAddressResult.clone()
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.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.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.withPublicIp
(String publicIp) The Elastic IP address.