Uses of Class
software.amazon.awssdk.services.ec2.model.Ipv6Pool
Packages that use Ipv6Pool
Package
Description
-
Uses of Ipv6Pool in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Ipv6PoolModifier and TypeMethodDescriptionDescribeIpv6PoolsResponse.ipv6Pools()Information about the IPv6 address pools.Methods in software.amazon.awssdk.services.ec2.model with parameters of type Ipv6PoolModifier and TypeMethodDescriptionInformation about the IPv6 address pools.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Ipv6PoolModifier and TypeMethodDescriptionDescribeIpv6PoolsResponse.Builder.ipv6Pools(Collection<Ipv6Pool> ipv6Pools) Information about the IPv6 address pools. -
Uses of Ipv6Pool in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type Ipv6PoolModifier and TypeMethodDescriptionfinal SdkIterable<Ipv6Pool>DescribeIpv6PoolsIterable.ipv6Pools()Returns an iterable to iterate through the paginatedDescribeIpv6PoolsResponse.ipv6Pools()member.final SdkPublisher<Ipv6Pool>DescribeIpv6PoolsPublisher.ipv6Pools()Returns a publisher that can be used to get a stream of data.