Uses of Interface
software.amazon.awssdk.services.ec2.model.AssociateAddressRequest.Builder
Packages that use AssociateAddressRequest.Builder
Package
Description
-
Uses of AssociateAddressRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AssociateAddressRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.associateAddress(Consumer<AssociateAddressRequest.Builder> associateAddressRequest) Associates an Elastic IP address, or carrier IP address (for instances that are in subnets in Wavelength Zones) with an instance or a network interface.default AssociateAddressResponseEc2Client.associateAddress(Consumer<AssociateAddressRequest.Builder> associateAddressRequest) Associates an Elastic IP address, or carrier IP address (for instances that are in subnets in Wavelength Zones) with an instance or a network interface. -
Uses of AssociateAddressRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AssociateAddressRequest.BuilderModifier and TypeMethodDescriptionAssociateAddressRequest.Builder.allocationId(String allocationId) The allocation ID.AssociateAddressRequest.Builder.allowReassociation(Boolean allowReassociation) Reassociation is automatic, but you can specify false to ensure the operation fails if the Elastic IP address is already associated with another resource.AssociateAddressRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.AssociateAddressRequest.Builder.instanceId(String instanceId) The ID of the instance.AssociateAddressRequest.Builder.networkInterfaceId(String networkInterfaceId) The ID of the network interface.AssociateAddressRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AssociateAddressRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AssociateAddressRequest.Builder.privateIpAddress(String privateIpAddress) The primary or secondary private IP address to associate with the Elastic IP address.Deprecated.AssociateAddressRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AssociateAddressRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociateAddressRequest.Builder>AssociateAddressRequest.serializableBuilderClass()