Uses of Class
software.amazon.awssdk.services.ec2.model.CoipAddressUsage
Packages that use CoipAddressUsage
-
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 CoipAddressUsageModifier and TypeMethodDescriptionfinal List<CoipAddressUsage>GetCoipPoolUsageResponse.coipAddressUsages()Information about the address usage.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CoipAddressUsageModifier and TypeMethodDescriptionGetCoipPoolUsageResponse.Builder.coipAddressUsages(CoipAddressUsage... coipAddressUsages) Information about the address usage.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CoipAddressUsageModifier and TypeMethodDescriptionGetCoipPoolUsageResponse.Builder.coipAddressUsages(Collection<CoipAddressUsage> coipAddressUsages) Information about the address usage.