AWS SDK for .NET Documentation
WithAllowReassociation Method (allowReassociation)
AmazonAmazon.EC2.ModelAssociateAddressRequestWithAllowReassociation(Boolean) Did this page help you?   Yes   No    Tell us about it...
Sets whether to allow an Elastic IP address that is already associated with another network interface or instance to be re-associated with the specified instance or interface.
Declaration Syntax
C#
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")]
public AssociateAddressRequest WithAllowReassociation(
	bool allowReassociation
)
Parameters
allowReassociation (Boolean)
Whether reassociation is allowed.
Return Value
this instance

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)