| 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> |
AmazonChimeSDKMessagingAsyncClient.createChannelModeratorAsync(CreateChannelModeratorRequest request,
AsyncHandler<CreateChannelModeratorRequest,CreateChannelModeratorResult> asyncHandler) |
Future<CreateChannelModeratorResult> |
AmazonChimeSDKMessagingAsync.createChannelModeratorAsync(CreateChannelModeratorRequest createChannelModeratorRequest,
AsyncHandler<CreateChannelModeratorRequest,CreateChannelModeratorResult> asyncHandler)
Creates a new
ChannelModerator. |
Future<CreateChannelModeratorResult> |
AbstractAmazonChimeSDKMessagingAsync.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
AppInstanceUserArn of the user that makes the API call. |
Copyright © 2022. All rights reserved.