Uses of Interface
software.amazon.awssdk.services.ec2.model.AllocateAddressRequest.Builder
Packages that use AllocateAddressRequest.Builder
Package
Description
-
Uses of AllocateAddressRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AllocateAddressRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<AllocateAddressResponse>Ec2AsyncClient.allocateAddress(Consumer<AllocateAddressRequest.Builder> allocateAddressRequest) Allocates an Elastic IP address to your Amazon Web Services account.default AllocateAddressResponseEc2Client.allocateAddress(Consumer<AllocateAddressRequest.Builder> allocateAddressRequest) Allocates an Elastic IP address to your Amazon Web Services account. -
Uses of AllocateAddressRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AllocateAddressRequest.BuilderModifier and TypeMethodDescriptionThe Elastic IP address to recover or an IPv4 address from an address pool.AllocateAddressRequest.builder()AllocateAddressRequest.Builder.customerOwnedIpv4Pool(String customerOwnedIpv4Pool) The ID of a customer-owned address pool.The network (vpc).AllocateAddressRequest.Builder.domain(DomainType domain) The network (vpc).Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.AllocateAddressRequest.Builder.ipamPoolId(String ipamPoolId) The ID of an IPAM pool which has an Amazon-provided or BYOIP public IPv4 CIDR provisioned to it.AllocateAddressRequest.Builder.networkBorderGroup(String networkBorderGroup) A unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.AllocateAddressRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AllocateAddressRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AllocateAddressRequest.Builder.publicIpv4Pool(String publicIpv4Pool) The ID of an address pool that you own.AllocateAddressRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to assign to the Elastic IP address.AllocateAddressRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to assign to the Elastic IP address.AllocateAddressRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to assign to the Elastic IP address.AllocateAddressRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AllocateAddressRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AllocateAddressRequest.Builder>AllocateAddressRequest.serializableBuilderClass()