Uses of Class
com.amazonaws.services.ec2.model.AssociateAddressRequest
Packages that use AssociateAddressRequest
-
Uses of AssociateAddressRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type AssociateAddressRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.associateAddress(AssociateAddressRequest request) AmazonEC2.associateAddress(AssociateAddressRequest associateAddressRequest) Associates an Elastic IP address with an instance or a network interface.AmazonEC2Client.associateAddress(AssociateAddressRequest associateAddressRequest) Associates an Elastic IP address with an instance or a network interface.AbstractAmazonEC2Async.associateAddressAsync(AssociateAddressRequest request) AbstractAmazonEC2Async.associateAddressAsync(AssociateAddressRequest request, AsyncHandler<AssociateAddressRequest, AssociateAddressResult> asyncHandler) AmazonEC2Async.associateAddressAsync(AssociateAddressRequest associateAddressRequest) Associates an Elastic IP address with an instance or a network interface.AmazonEC2Async.associateAddressAsync(AssociateAddressRequest associateAddressRequest, AsyncHandler<AssociateAddressRequest, AssociateAddressResult> asyncHandler) Associates an Elastic IP address with an instance or a network interface.AmazonEC2AsyncClient.associateAddressAsync(AssociateAddressRequest request) AmazonEC2AsyncClient.associateAddressAsync(AssociateAddressRequest request, AsyncHandler<AssociateAddressRequest, AssociateAddressResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type AssociateAddressRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.associateAddressAsync(AssociateAddressRequest request, AsyncHandler<AssociateAddressRequest, AssociateAddressResult> asyncHandler) AmazonEC2Async.associateAddressAsync(AssociateAddressRequest associateAddressRequest, AsyncHandler<AssociateAddressRequest, AssociateAddressResult> asyncHandler) Associates an Elastic IP address with an instance or a network interface.AmazonEC2AsyncClient.associateAddressAsync(AssociateAddressRequest request, AsyncHandler<AssociateAddressRequest, AssociateAddressResult> asyncHandler) -
Uses of AssociateAddressRequest in com.amazonaws.services.ec2.model
Classes in com.amazonaws.services.ec2.model that implement interfaces with type arguments of type AssociateAddressRequestModifier and TypeClassDescriptionclassContains the parameters for AssociateAddress.Methods in com.amazonaws.services.ec2.model that return AssociateAddressRequestModifier and TypeMethodDescriptionAssociateAddressRequest.clone()AssociateAddressRequest.withAllocationId(String allocationId) [EC2-VPC] The allocation ID.AssociateAddressRequest.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.AssociateAddressRequest.withInstanceId(String instanceId) The ID of the instance.AssociateAddressRequest.withNetworkInterfaceId(String networkInterfaceId) [EC2-VPC] The ID of the network interface.AssociateAddressRequest.withPrivateIpAddress(String privateIpAddress) [EC2-VPC] The primary or secondary private IP address to associate with the Elastic IP address.AssociateAddressRequest.withPublicIp(String publicIp) The Elastic IP address.Methods in com.amazonaws.services.ec2.model that return types with arguments of type AssociateAddressRequestModifier and TypeMethodDescriptionAssociateAddressRequest.getDryRunRequest()This method is intended for internal use only.