| 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<CreateChannelBanResult> |
AmazonChimeSDKMessagingAsyncClient.createChannelBanAsync(CreateChannelBanRequest request,
AsyncHandler<CreateChannelBanRequest,CreateChannelBanResult> asyncHandler) |
Future<CreateChannelBanResult> |
AbstractAmazonChimeSDKMessagingAsync.createChannelBanAsync(CreateChannelBanRequest request,
AsyncHandler<CreateChannelBanRequest,CreateChannelBanResult> asyncHandler) |
Future<CreateChannelBanResult> |
AmazonChimeSDKMessagingAsync.createChannelBanAsync(CreateChannelBanRequest createChannelBanRequest,
AsyncHandler<CreateChannelBanRequest,CreateChannelBanResult> asyncHandler)
Permanently bans a member from a channel.
|
| Modifier and Type | Method and Description |
|---|---|
CreateChannelBanRequest |
CreateChannelBanRequest.clone() |
CreateChannelBanRequest |
CreateChannelBanRequest.withChannelArn(String channelArn)
The ARN of the ban request.
|
CreateChannelBanRequest |
CreateChannelBanRequest.withChimeBearer(String chimeBearer)
The ARN of the
AppInstanceUser or AppInstanceBot that makes the API call. |
CreateChannelBanRequest |
CreateChannelBanRequest.withMemberArn(String memberArn)
The
AppInstanceUserArn of the member being banned. |
Copyright © 2023. All rights reserved.