Uses of Class
software.amazon.awssdk.services.ec2.model.CreateCoipCidrResponse
-
Packages that use CreateCoipCidrResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of CreateCoipCidrResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateCoipCidrResponse Modifier and Type Method Description default CreateCoipCidrResponseEc2Client. createCoipCidr(Consumer<CreateCoipCidrRequest.Builder> createCoipCidrRequest)Creates a range of customer-owned IP addresses.default CreateCoipCidrResponseEc2Client. createCoipCidr(CreateCoipCidrRequest createCoipCidrRequest)Creates a range of customer-owned IP addresses.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateCoipCidrResponse Modifier and Type Method Description default CompletableFuture<CreateCoipCidrResponse>Ec2AsyncClient. createCoipCidr(Consumer<CreateCoipCidrRequest.Builder> createCoipCidrRequest)Creates a range of customer-owned IP addresses.default CompletableFuture<CreateCoipCidrResponse>Ec2AsyncClient. createCoipCidr(CreateCoipCidrRequest createCoipCidrRequest)Creates a range of customer-owned IP addresses.
-