Uses of Class
software.amazon.awssdk.services.ec2.model.CoipAddressUsage
-
Packages that use CoipAddressUsage Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CoipAddressUsage in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CoipAddressUsage Modifier and Type Method Description List<CoipAddressUsage>GetCoipPoolUsageResponse. coipAddressUsages()Information about the address usage.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CoipAddressUsage Modifier and Type Method Description GetCoipPoolUsageResponse.BuilderGetCoipPoolUsageResponse.Builder. coipAddressUsages(CoipAddressUsage... coipAddressUsages)Information about the address usage.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CoipAddressUsage Modifier and Type Method Description GetCoipPoolUsageResponse.BuilderGetCoipPoolUsageResponse.Builder. coipAddressUsages(Collection<CoipAddressUsage> coipAddressUsages)Information about the address usage.
-