| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model | |
| software.amazon.awssdk.services.pinpointsmsvoicev2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<PoolInformation> |
DescribePoolsResponse.pools()
An array of PoolInformation objects that contain the details for the requested pools.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePoolsResponse.Builder |
DescribePoolsResponse.Builder.pools(PoolInformation... pools)
An array of PoolInformation objects that contain the details for the requested pools.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePoolsResponse.Builder |
DescribePoolsResponse.Builder.pools(Collection<PoolInformation> pools)
An array of PoolInformation objects that contain the details for the requested pools.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<PoolInformation> |
DescribePoolsPublisher.pools()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<PoolInformation> |
DescribePoolsIterable.pools()
Returns an iterable to iterate through the paginated
DescribePoolsResponse.pools() member. |
Copyright © 2023. All rights reserved.