| 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 |
|---|---|
CreateChannelModeratorResult |
AmazonChimeSDKMessaging.createChannelModerator(CreateChannelModeratorRequest createChannelModeratorRequest)
Creates a new
ChannelModerator. |
CreateChannelModeratorResult |
AbstractAmazonChimeSDKMessaging.createChannelModerator(CreateChannelModeratorRequest request) |
CreateChannelModeratorResult |
AmazonChimeSDKMessagingClient.createChannelModerator(CreateChannelModeratorRequest request)
Creates a new
ChannelModerator. |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateChannelModeratorResult> |
AmazonChimeSDKMessagingAsync.createChannelModeratorAsync(CreateChannelModeratorRequest createChannelModeratorRequest,
AsyncHandler<CreateChannelModeratorRequest,CreateChannelModeratorResult> asyncHandler)
Creates a new
ChannelModerator. |
Future<CreateChannelModeratorResult> |
AmazonChimeSDKMessagingAsyncClient.createChannelModeratorAsync(CreateChannelModeratorRequest request,
AsyncHandler<CreateChannelModeratorRequest,CreateChannelModeratorResult> asyncHandler) |
Future<CreateChannelModeratorResult> |
AbstractAmazonChimeSDKMessagingAsync.createChannelModeratorAsync(CreateChannelModeratorRequest request,
AsyncHandler<CreateChannelModeratorRequest,CreateChannelModeratorResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelModeratorResult |
CreateChannelModeratorResult.clone() |
CreateChannelModeratorResult |
CreateChannelModeratorResult.withChannelArn(String channelArn)
The ARN of the channel.
|
CreateChannelModeratorResult |
CreateChannelModeratorResult.withChannelModerator(Identity channelModerator)
The ARNs of the channel and the moderator.
|
Copyright © 2021. All rights reserved.