Uses of Class
com.amazonaws.services.ec2.model.AllocateAddressRequest
Packages that use AllocateAddressRequest
-
Uses of AllocateAddressRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type AllocateAddressRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.allocateAddress
(AllocateAddressRequest request) AmazonEC2.allocateAddress
(AllocateAddressRequest allocateAddressRequest) Acquires an Elastic IP address.AmazonEC2Client.allocateAddress
(AllocateAddressRequest allocateAddressRequest) Acquires an Elastic IP address.AbstractAmazonEC2Async.allocateAddressAsync
(AllocateAddressRequest request) AbstractAmazonEC2Async.allocateAddressAsync
(AllocateAddressRequest request, AsyncHandler<AllocateAddressRequest, AllocateAddressResult> 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
(AllocateAddressRequest request) AmazonEC2AsyncClient.allocateAddressAsync
(AllocateAddressRequest request, AsyncHandler<AllocateAddressRequest, AllocateAddressResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type AllocateAddressRequestModifier 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 AllocateAddressRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AllocateAddressRequestModifier and TypeMethodDescriptionAllocateAddressRequest.clone()
AllocateAddressRequest.withDomain
(DomainType domain) Set tovpc
to allocate the address for use with instances in a VPC.AllocateAddressRequest.withDomain
(String domain) Set tovpc
to allocate the address for use with instances in a VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type AllocateAddressRequestModifier and TypeMethodDescriptionAllocateAddressRequest.getDryRunRequest()
This method is intended for internal use only.