| Package | Description |
|---|---|
| com.amazonaws.services.chime |
The Amazon Chime application programming interface (API) is designed so administrators can 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 |
|---|---|
Future<CreateChannelModeratorResult> |
AmazonChimeAsyncClient.createChannelModeratorAsync(CreateChannelModeratorRequest request,
AsyncHandler<CreateChannelModeratorRequest,CreateChannelModeratorResult> asyncHandler) |
Future<CreateChannelModeratorResult> |
AbstractAmazonChimeAsync.createChannelModeratorAsync(CreateChannelModeratorRequest request,
AsyncHandler<CreateChannelModeratorRequest,CreateChannelModeratorResult> asyncHandler) |
Future<CreateChannelModeratorResult> |
AmazonChimeAsync.createChannelModeratorAsync(CreateChannelModeratorRequest createChannelModeratorRequest,
AsyncHandler<CreateChannelModeratorRequest,CreateChannelModeratorResult> asyncHandler)
Creates a new
ChannelModerator. |
| 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 ARN of the moderator.
|
CreateChannelModeratorRequest |
CreateChannelModeratorRequest.withChimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user that makes the API call. |
Copyright © 2023. All rights reserved.