| 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<CreateChannelModeratorResult> |
AbstractAmazonChimeSDKMessagingAsync.createChannelModeratorAsync(CreateChannelModeratorRequest request,
AsyncHandler<CreateChannelModeratorRequest,CreateChannelModeratorResult> asyncHandler) |
Future<CreateChannelModeratorResult> |
AmazonChimeSDKMessagingAsync.createChannelModeratorAsync(CreateChannelModeratorRequest createChannelModeratorRequest,
AsyncHandler<CreateChannelModeratorRequest,CreateChannelModeratorResult> asyncHandler)
Creates a new
ChannelModerator. |
Future<CreateChannelModeratorResult> |
AmazonChimeSDKMessagingAsyncClient.createChannelModeratorAsync(CreateChannelModeratorRequest request,
AsyncHandler<CreateChannelModeratorRequest,CreateChannelModeratorResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelModeratorRequest |
CreateChannelModeratorRequest.clone() |
CreateChannelModeratorRequest |
CreateChannelModeratorRequest.withChannelArn(String channelArn)
The ARN of the channel.
|
CreateChannelModeratorRequest |
CreateChannelModeratorRequest.withChannelModeratorArn(String channelModeratorArn)
The
AppInstanceUserArn of the moderator. |
CreateChannelModeratorRequest |
CreateChannelModeratorRequest.withChimeBearer(String chimeBearer)
The ARN of the
AppInstanceUser or AppInstanceBot that makes the API call. |
Copyright © 2025. All rights reserved.