| 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 |
|---|---|
RedactChannelMessageResult |
AbstractAmazonChimeSDKMessaging.redactChannelMessage(RedactChannelMessageRequest request) |
RedactChannelMessageResult |
AmazonChimeSDKMessagingClient.redactChannelMessage(RedactChannelMessageRequest request)
Redacts message content, but not metadata.
|
RedactChannelMessageResult |
AmazonChimeSDKMessaging.redactChannelMessage(RedactChannelMessageRequest redactChannelMessageRequest)
Redacts message content, but not metadata.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RedactChannelMessageResult> |
AbstractAmazonChimeSDKMessagingAsync.redactChannelMessageAsync(RedactChannelMessageRequest request,
AsyncHandler<RedactChannelMessageRequest,RedactChannelMessageResult> asyncHandler) |
Future<RedactChannelMessageResult> |
AmazonChimeSDKMessagingAsync.redactChannelMessageAsync(RedactChannelMessageRequest redactChannelMessageRequest,
AsyncHandler<RedactChannelMessageRequest,RedactChannelMessageResult> asyncHandler)
Redacts message content, but not metadata.
|
Future<RedactChannelMessageResult> |
AmazonChimeSDKMessagingAsyncClient.redactChannelMessageAsync(RedactChannelMessageRequest request,
AsyncHandler<RedactChannelMessageRequest,RedactChannelMessageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RedactChannelMessageResult |
RedactChannelMessageResult.clone() |
RedactChannelMessageResult |
RedactChannelMessageResult.withChannelArn(String channelArn)
The ARN of the channel containing the messages that you want to redact.
|
RedactChannelMessageResult |
RedactChannelMessageResult.withMessageId(String messageId)
The ID of the message being redacted.
|
RedactChannelMessageResult |
RedactChannelMessageResult.withSubChannelId(String subChannelId)
The ID of the SubChannel in the response.
|
Copyright © 2024. All rights reserved.