| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
Target |
Target.clone() |
Target |
Target.withMemberArn(String memberArn)
The ARN of the target channel member.
|
| Modifier and Type | Method and Description |
|---|---|
List<Target> |
ChannelMessageSummary.getTarget()
The target of a message, a sender, a user, or a bot.
|
List<Target> |
ChannelMessage.getTarget()
The target of a message, a sender, a user, or a bot.
|
List<Target> |
SendChannelMessageRequest.getTarget()
The target of a message.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelMessageSummary |
ChannelMessageSummary.withTarget(Target... target)
The target of a message, a sender, a user, or a bot.
|
ChannelMessage |
ChannelMessage.withTarget(Target... target)
The target of a message, a sender, a user, or a bot.
|
SendChannelMessageRequest |
SendChannelMessageRequest.withTarget(Target... target)
The target of a message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelMessageSummary.setTarget(Collection<Target> target)
The target of a message, a sender, a user, or a bot.
|
void |
ChannelMessage.setTarget(Collection<Target> target)
The target of a message, a sender, a user, or a bot.
|
void |
SendChannelMessageRequest.setTarget(Collection<Target> target)
The target of a message.
|
ChannelMessageSummary |
ChannelMessageSummary.withTarget(Collection<Target> target)
The target of a message, a sender, a user, or a bot.
|
ChannelMessage |
ChannelMessage.withTarget(Collection<Target> target)
The target of a message, a sender, a user, or a bot.
|
SendChannelMessageRequest |
SendChannelMessageRequest.withTarget(Collection<Target> target)
The target of a message.
|
Copyright © 2025. All rights reserved.