| 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 |
|---|---|
CreateChannelBanResult |
AbstractAmazonChimeSDKMessaging.createChannelBan(CreateChannelBanRequest request) |
CreateChannelBanResult |
AmazonChimeSDKMessagingClient.createChannelBan(CreateChannelBanRequest request)
Permanently bans a member from a channel.
|
CreateChannelBanResult |
AmazonChimeSDKMessaging.createChannelBan(CreateChannelBanRequest createChannelBanRequest)
Permanently bans a member from a channel.
|
| 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 |
|---|---|
CreateChannelBanResult |
CreateChannelBanResult.clone() |
CreateChannelBanResult |
CreateChannelBanResult.withChannelArn(String channelArn)
The ARN of the response to the ban request.
|
CreateChannelBanResult |
CreateChannelBanResult.withMember(Identity member)
The
ChannelArn and BannedIdentity of the member in the ban response. |
Copyright © 2024. All rights reserved.