| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
PoolInformation |
PoolInformation.clone() |
PoolInformation |
PoolInformation.withCreatedTimestamp(Date createdTimestamp)
The time when the pool was created, in UNIX epoch time format.
|
PoolInformation |
PoolInformation.withDeletionProtectionEnabled(Boolean deletionProtectionEnabled)
When set to true the pool can't be deleted.
|
PoolInformation |
PoolInformation.withMessageType(MessageType messageType)
The type of message.
|
PoolInformation |
PoolInformation.withMessageType(String messageType)
The type of message.
|
PoolInformation |
PoolInformation.withOptOutListName(String optOutListName)
The name of the OptOutList associated with the pool.
|
PoolInformation |
PoolInformation.withPoolArn(String poolArn)
The Amazon Resource Name (ARN) for the pool.
|
PoolInformation |
PoolInformation.withPoolId(String poolId)
The unique identifier for the pool.
|
PoolInformation |
PoolInformation.withSelfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled)
When set to false, an end recipient sends a message that begins with HELP or STOP to one of your dedicated
numbers, Amazon Pinpoint automatically replies with a customizable message and adds the end recipient to the
OptOutList.
|
PoolInformation |
PoolInformation.withSharedRoutesEnabled(Boolean sharedRoutesEnabled)
Allows you to enable shared routes on your pool.
|
PoolInformation |
PoolInformation.withStatus(PoolStatus status)
The current status of the pool.
|
PoolInformation |
PoolInformation.withStatus(String status)
The current status of the pool.
|
PoolInformation |
PoolInformation.withTwoWayChannelArn(String twoWayChannelArn)
The Amazon Resource Name (ARN) of the two way channel.
|
PoolInformation |
PoolInformation.withTwoWayEnabled(Boolean twoWayEnabled)
When set to true you can receive incoming text messages from your end recipients using the TwoWayChannelArn.
|
| Modifier and Type | Method and Description |
|---|---|
List<PoolInformation> |
DescribePoolsResult.getPools()
An array of PoolInformation objects that contain the details for the requested pools.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePoolsResult |
DescribePoolsResult.withPools(PoolInformation... pools)
An array of PoolInformation objects that contain the details for the requested pools.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePoolsResult.setPools(Collection<PoolInformation> pools)
An array of PoolInformation objects that contain the details for the requested pools.
|
DescribePoolsResult |
DescribePoolsResult.withPools(Collection<PoolInformation> pools)
An array of PoolInformation objects that contain the details for the requested pools.
|
Copyright © 2022. All rights reserved.