Uses of Class
software.amazon.awssdk.services.ec2.model.CreateCoipCidrRequest
-
Packages that use CreateCoipCidrRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of CreateCoipCidrRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type CreateCoipCidrRequest Modifier and Type Method Description default CompletableFuture<CreateCoipCidrResponse>
Ec2AsyncClient. createCoipCidr(CreateCoipCidrRequest createCoipCidrRequest)
Creates a range of customer-owned IP addresses.default CreateCoipCidrResponse
Ec2Client. createCoipCidr(CreateCoipCidrRequest createCoipCidrRequest)
Creates a range of customer-owned IP addresses. -
Uses of CreateCoipCidrRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type CreateCoipCidrRequest Modifier and Type Method Description SdkHttpFullRequest
CreateCoipCidrRequestMarshaller. marshall(CreateCoipCidrRequest createCoipCidrRequest)
-