Uses of Class
software.amazon.awssdk.services.ec2.model.Ipv6Pool
-
Packages that use Ipv6Pool Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
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 Ipv6Pool Modifier and Type Method Description List<Ipv6Pool>DescribeIpv6PoolsResponse. ipv6Pools()Information about the IPv6 address pools.Methods in software.amazon.awssdk.services.ec2.model with parameters of type Ipv6Pool Modifier and Type Method Description DescribeIpv6PoolsResponse.BuilderDescribeIpv6PoolsResponse.Builder. ipv6Pools(Ipv6Pool... ipv6Pools)Information about the IPv6 address pools.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Ipv6Pool Modifier and Type Method Description DescribeIpv6PoolsResponse.BuilderDescribeIpv6PoolsResponse.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 Ipv6Pool Modifier and Type Method Description SdkIterable<Ipv6Pool>DescribeIpv6PoolsIterable. ipv6Pools()Returns an iterable to iterate through the paginatedDescribeIpv6PoolsResponse.ipv6Pools()member.SdkPublisher<Ipv6Pool>DescribeIpv6PoolsPublisher. ipv6Pools()Returns a publisher that can be used to get a stream of data.
-