| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmessaging |
The Amazon Chime SDK messaging APIs in this section allow software developers to send and receive messages in custom
messaging applications.
|
| com.amazonaws.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
Future<SendChannelMessageResult> |
AbstractAmazonChimeSDKMessagingAsync.sendChannelMessageAsync(SendChannelMessageRequest request,
AsyncHandler<SendChannelMessageRequest,SendChannelMessageResult> asyncHandler) |
Future<SendChannelMessageResult> |
AmazonChimeSDKMessagingAsync.sendChannelMessageAsync(SendChannelMessageRequest sendChannelMessageRequest,
AsyncHandler<SendChannelMessageRequest,SendChannelMessageResult> asyncHandler)
Sends a message to a particular channel that the member is a part of.
|
Future<SendChannelMessageResult> |
AmazonChimeSDKMessagingAsyncClient.sendChannelMessageAsync(SendChannelMessageRequest request,
AsyncHandler<SendChannelMessageRequest,SendChannelMessageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SendChannelMessageRequest |
SendChannelMessageRequest.addMessageAttributesEntry(String key,
MessageAttributeValue value)
Add a single MessageAttributes entry
|
SendChannelMessageRequest |
SendChannelMessageRequest.clearMessageAttributesEntries()
Removes all the entries added into MessageAttributes.
|
SendChannelMessageRequest |
SendChannelMessageRequest.clone() |
SendChannelMessageRequest |
SendChannelMessageRequest.withChannelArn(String channelArn)
The ARN of the channel.
|
SendChannelMessageRequest |
SendChannelMessageRequest.withChimeBearer(String chimeBearer)
The ARN of the
AppInstanceUser or AppInstanceBot that makes the API call. |
SendChannelMessageRequest |
SendChannelMessageRequest.withClientRequestToken(String clientRequestToken)
The
Idempotency token for each client request. |
SendChannelMessageRequest |
SendChannelMessageRequest.withContent(String content)
The content of the channel message.
|
SendChannelMessageRequest |
SendChannelMessageRequest.withContentType(String contentType)
The content type of the channel message.
|
SendChannelMessageRequest |
SendChannelMessageRequest.withMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
The attributes for the message, used for message filtering along with a
FilterRule defined in the
PushNotificationPreferences. |
SendChannelMessageRequest |
SendChannelMessageRequest.withMetadata(String metadata)
The optional metadata for each message.
|
SendChannelMessageRequest |
SendChannelMessageRequest.withPersistence(ChannelMessagePersistenceType persistence)
Boolean that controls whether the message is persisted on the back end.
|
SendChannelMessageRequest |
SendChannelMessageRequest.withPersistence(String persistence)
Boolean that controls whether the message is persisted on the back end.
|
SendChannelMessageRequest |
SendChannelMessageRequest.withPushNotification(PushNotificationConfiguration pushNotification)
The push notification configuration of the message.
|
SendChannelMessageRequest |
SendChannelMessageRequest.withSubChannelId(String subChannelId)
The ID of the SubChannel in the request.
|
SendChannelMessageRequest |
SendChannelMessageRequest.withTarget(Collection<Target> target)
The target of a message.
|
SendChannelMessageRequest |
SendChannelMessageRequest.withTarget(Target... target)
The target of a message.
|
SendChannelMessageRequest |
SendChannelMessageRequest.withType(ChannelMessageType type)
The type of message,
STANDARD or CONTROL. |
SendChannelMessageRequest |
SendChannelMessageRequest.withType(String type)
The type of message,
STANDARD or CONTROL. |
Copyright © 2024. All rights reserved.