Uses of Class
software.amazon.awssdk.services.ec2.model.CreateCoipCidrResponse
Packages that use CreateCoipCidrResponse
-
Uses of CreateCoipCidrResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateCoipCidrResponseModifier and TypeMethodDescriptiondefault 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 CreateCoipCidrResponseModifier and TypeMethodDescriptiondefault 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.