| Package | Description |
|---|---|
| com.amazonaws.services.chime |
The Amazon Chime API (application programming interface) is designed for developers to perform key tasks, such as
creating and managing Amazon Chime accounts, users, and Voice Connectors.
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelModeratorResult |
AmazonChime.createChannelModerator(CreateChannelModeratorRequest createChannelModeratorRequest)
Creates a new
ChannelModerator. |
CreateChannelModeratorResult |
AbstractAmazonChime.createChannelModerator(CreateChannelModeratorRequest request) |
CreateChannelModeratorResult |
AmazonChimeClient.createChannelModerator(CreateChannelModeratorRequest request)
Creates a new
ChannelModerator. |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateChannelModeratorResult> |
AmazonChimeAsync.createChannelModeratorAsync(CreateChannelModeratorRequest createChannelModeratorRequest,
AsyncHandler<CreateChannelModeratorRequest,CreateChannelModeratorResult> asyncHandler)
Creates a new
ChannelModerator. |
Future<CreateChannelModeratorResult> |
AbstractAmazonChimeAsync.createChannelModeratorAsync(CreateChannelModeratorRequest request,
AsyncHandler<CreateChannelModeratorRequest,CreateChannelModeratorResult> asyncHandler) |
Future<CreateChannelModeratorResult> |
AmazonChimeAsyncClient.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.