Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.PoolInformation
-
Packages that use PoolInformation Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model software.amazon.awssdk.services.pinpointsmsvoicev2.paginators -
-
Uses of PoolInformation in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type PoolInformation Modifier and Type Method Description List<PoolInformation>DescribePoolsResponse. pools()An array of PoolInformation objects that contain the details for the requested pools.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type PoolInformation Modifier and Type Method Description DescribePoolsResponse.BuilderDescribePoolsResponse.Builder. pools(PoolInformation... pools)An array of PoolInformation objects that contain the details for the requested pools.Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type PoolInformation Modifier and Type Method Description DescribePoolsResponse.BuilderDescribePoolsResponse.Builder. pools(Collection<PoolInformation> pools)An array of PoolInformation objects that contain the details for the requested pools. -
Uses of PoolInformation in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators that return types with arguments of type PoolInformation Modifier and Type Method Description SdkIterable<PoolInformation>DescribePoolsIterable. pools()Returns an iterable to iterate through the paginatedDescribePoolsResponse.pools()member.SdkPublisher<PoolInformation>DescribePoolsPublisher. pools()Returns a publisher that can be used to get a stream of data.
-