Uses of Class
software.amazon.awssdk.services.ec2.model.AllocateAddressRequest
-
Packages that use AllocateAddressRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of AllocateAddressRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type AllocateAddressRequest Modifier and Type Method Description default CompletableFuture<AllocateAddressResponse>Ec2AsyncClient. allocateAddress(AllocateAddressRequest 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. -
Uses of AllocateAddressRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type AllocateAddressRequest Modifier and Type Method Description SdkHttpFullRequestAllocateAddressRequestMarshaller. marshall(AllocateAddressRequest allocateAddressRequest)
-