Uses of Class
com.amazonaws.services.ec2.model.AssociateAddressRequest
-
Packages that use AssociateAddressRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of AssociateAddressRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type AssociateAddressRequest Modifier and Type Method Description Future<AssociateAddressResult>AbstractAmazonEC2Async. associateAddressAsync(AssociateAddressRequest request, AsyncHandler<AssociateAddressRequest,AssociateAddressResult> asyncHandler)Future<AssociateAddressResult>AmazonEC2Async. associateAddressAsync(AssociateAddressRequest associateAddressRequest, AsyncHandler<AssociateAddressRequest,AssociateAddressResult> asyncHandler)Associates an Elastic IP address with an instance or a network interface.Future<AssociateAddressResult>AmazonEC2AsyncClient. associateAddressAsync(AssociateAddressRequest request, AsyncHandler<AssociateAddressRequest,AssociateAddressResult> asyncHandler) -
Uses of AssociateAddressRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AssociateAddressRequest Modifier and Type Method Description AssociateAddressRequestAssociateAddressRequest. clone()AssociateAddressRequestAssociateAddressRequest. withAllocationId(String allocationId)[EC2-VPC] The allocation ID.AssociateAddressRequestAssociateAddressRequest. withAllowReassociation(Boolean allowReassociation)[EC2-VPC] For a VPC in an EC2-Classic account, specify true to allow an Elastic IP address that is already associated with an instance or network interface to be reassociated with the specified instance or network interface.AssociateAddressRequestAssociateAddressRequest. withInstanceId(String instanceId)The ID of the instance.AssociateAddressRequestAssociateAddressRequest. withNetworkInterfaceId(String networkInterfaceId)[EC2-VPC] The ID of the network interface.AssociateAddressRequestAssociateAddressRequest. withPrivateIpAddress(String privateIpAddress)[EC2-VPC] The primary or secondary private IP address to associate with the Elastic IP address.AssociateAddressRequestAssociateAddressRequest. withPublicIp(String publicIp)The Elastic IP address.Methods in com.amazonaws.services.ec2.model that return types with arguments of type AssociateAddressRequest Modifier and Type Method Description Request<AssociateAddressRequest>AssociateAddressRequest. getDryRunRequest()This method is intended for internal use only.
-