Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeIpv6PoolsResponse.Builder
-
Packages that use DescribeIpv6PoolsResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of DescribeIpv6PoolsResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeIpv6PoolsResponse.Builder Modifier and Type Method Description static DescribeIpv6PoolsResponse.BuilderDescribeIpv6PoolsResponse. builder()DescribeIpv6PoolsResponse.BuilderDescribeIpv6PoolsResponse.Builder. ipv6Pools(Collection<Ipv6Pool> ipv6Pools)Information about the IPv6 address pools.DescribeIpv6PoolsResponse.BuilderDescribeIpv6PoolsResponse.Builder. ipv6Pools(Consumer<Ipv6Pool.Builder>... ipv6Pools)Information about the IPv6 address pools.DescribeIpv6PoolsResponse.BuilderDescribeIpv6PoolsResponse.Builder. ipv6Pools(Ipv6Pool... ipv6Pools)Information about the IPv6 address pools.DescribeIpv6PoolsResponse.BuilderDescribeIpv6PoolsResponse.Builder. nextToken(String nextToken)The token to use to retrieve the next page of results.DescribeIpv6PoolsResponse.BuilderDescribeIpv6PoolsResponse. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeIpv6PoolsResponse.Builder Modifier and Type Method Description static Class<? extends DescribeIpv6PoolsResponse.Builder>DescribeIpv6PoolsResponse. serializableBuilderClass()
-