| 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 |
|---|---|
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 |
|---|---|
CreateChannelBanRequest |
CreateChannelBanRequest.clone() |
CreateChannelBanRequest |
CreateChannelBanRequest.withChannelArn(String channelArn)
The ARN of the ban request.
|
CreateChannelBanRequest |
CreateChannelBanRequest.withChimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user that makes the API call. |
CreateChannelBanRequest |
CreateChannelBanRequest.withMemberArn(String memberArn)
The ARN of the member being banned.
|
Copyright © 2022. All rights reserved.