Uses of Class
com.amazonaws.services.ec2.model.AssociateAddressResult
Packages that use AssociateAddressResult
-
Uses of AssociateAddressResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return AssociateAddressResultModifier 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.Methods in com.amazonaws.services.ec2 that return types with arguments of type AssociateAddressResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.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 AssociateAddressResultModifier 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 AssociateAddressResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AssociateAddressResultModifier and TypeMethodDescriptionAssociateAddressResult.clone()AssociateAddressResult.withAssociationId(String associationId) [EC2-VPC] The ID that represents the association of the Elastic IP address with an instance.