| 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 |
|---|---|
CreateChannelBanResult |
AmazonChime.createChannelBan(CreateChannelBanRequest createChannelBanRequest)
Permanently bans a member from a channel.
|
CreateChannelBanResult |
AbstractAmazonChime.createChannelBan(CreateChannelBanRequest request) |
CreateChannelBanResult |
AmazonChimeClient.createChannelBan(CreateChannelBanRequest request)
Permanently bans a member from a channel.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateChannelBanResult> |
AmazonChimeAsyncClient.createChannelBanAsync(CreateChannelBanRequest request,
AsyncHandler<CreateChannelBanRequest,CreateChannelBanResult> asyncHandler) |
Future<CreateChannelBanResult> |
AbstractAmazonChimeAsync.createChannelBanAsync(CreateChannelBanRequest request,
AsyncHandler<CreateChannelBanRequest,CreateChannelBanResult> asyncHandler) |
Future<CreateChannelBanResult> |
AmazonChimeAsync.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 © 2021. All rights reserved.