Uses of Class
software.amazon.awssdk.services.ec2.model.CoipPool
Packages that use CoipPool
Package
Description
-
Uses of CoipPool in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CoipPoolModifier and TypeMethodDescriptionfinal CoipPoolCreateCoipPoolResponse.coipPool()Information about the CoIP address pool.final CoipPoolDeleteCoipPoolResponse.coipPool()Information about the CoIP address pool.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CoipPoolModifier and TypeMethodDescriptionDescribeCoipPoolsResponse.coipPools()Information about the address pools.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CoipPoolModifier and TypeMethodDescriptionInformation about the CoIP address pool.Information about the CoIP address pool.Information about the address pools.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CoipPoolModifier and TypeMethodDescriptionDescribeCoipPoolsResponse.Builder.coipPools(Collection<CoipPool> coipPools) Information about the address pools. -
Uses of CoipPool in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type CoipPoolModifier and TypeMethodDescriptionfinal SdkIterable<CoipPool>DescribeCoipPoolsIterable.coipPools()Returns an iterable to iterate through the paginatedDescribeCoipPoolsResponse.coipPools()member.final SdkPublisher<CoipPool>DescribeCoipPoolsPublisher.coipPools()Returns a publisher that can be used to get a stream of data.