Uses of Class
software.amazon.awssdk.services.ec2.model.AllocateAddressResponse
Packages that use AllocateAddressResponse
-
Uses of AllocateAddressResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AllocateAddressResponseModifier and TypeMethodDescriptiondefault AllocateAddressResponseEc2Client.allocateAddress()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.default AllocateAddressResponseEc2Client.allocateAddress(AllocateAddressRequest allocateAddressRequest) Allocates an Elastic IP address to your Amazon Web Services account.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type AllocateAddressResponseModifier and TypeMethodDescriptiondefault CompletableFuture<AllocateAddressResponse>Ec2AsyncClient.allocateAddress()Allocates an Elastic IP address to your Amazon Web Services account.default CompletableFuture<AllocateAddressResponse>Ec2AsyncClient.allocateAddress(Consumer<AllocateAddressRequest.Builder> allocateAddressRequest) Allocates an Elastic IP address to your Amazon Web Services account.default CompletableFuture<AllocateAddressResponse>Ec2AsyncClient.allocateAddress(AllocateAddressRequest allocateAddressRequest) Allocates an Elastic IP address to your Amazon Web Services account.