Uses of Class
software.amazon.awssdk.services.ec2.model.GetCoipPoolUsageRequest
-
Packages that use GetCoipPoolUsageRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of GetCoipPoolUsageRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type GetCoipPoolUsageRequest Modifier and Type Method Description default CompletableFuture<GetCoipPoolUsageResponse>Ec2AsyncClient. getCoipPoolUsage(GetCoipPoolUsageRequest getCoipPoolUsageRequest)Describes the allocations from the specified customer-owned address pool.default GetCoipPoolUsageResponseEc2Client. getCoipPoolUsage(GetCoipPoolUsageRequest getCoipPoolUsageRequest)Describes the allocations from the specified customer-owned address pool. -
Uses of GetCoipPoolUsageRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type GetCoipPoolUsageRequest Modifier and Type Method Description SdkHttpFullRequestGetCoipPoolUsageRequestMarshaller. marshall(GetCoipPoolUsageRequest getCoipPoolUsageRequest)
-