Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoicev2.model.DescribePoolsResponse.Builder
-
Packages that use DescribePoolsResponse.Builder Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of DescribePoolsResponse.Builder in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return DescribePoolsResponse.Builder Modifier and Type Method Description static DescribePoolsResponse.BuilderDescribePoolsResponse. builder()DescribePoolsResponse.BuilderDescribePoolsResponse.Builder. nextToken(String nextToken)The token to be used for the next set of paginated results.DescribePoolsResponse.BuilderDescribePoolsResponse.Builder. pools(Collection<PoolInformation> pools)An array of PoolInformation objects that contain the details for the requested pools.DescribePoolsResponse.BuilderDescribePoolsResponse.Builder. pools(Consumer<PoolInformation.Builder>... pools)An array of PoolInformation objects that contain the details for the requested pools.DescribePoolsResponse.BuilderDescribePoolsResponse.Builder. pools(PoolInformation... pools)An array of PoolInformation objects that contain the details for the requested pools.DescribePoolsResponse.BuilderDescribePoolsResponse. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type DescribePoolsResponse.Builder Modifier and Type Method Description static Class<? extends DescribePoolsResponse.Builder>DescribePoolsResponse. serializableBuilderClass()
-