| Package | Description |
|---|---|
| com.amazonaws.services.chime |
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateChannelBanResult> |
AmazonChimeAsyncClient.createChannelBanAsync(CreateChannelBanRequest request,
AsyncHandler<CreateChannelBanRequest,CreateChannelBanResult> asyncHandler)
Deprecated.
|
Future<CreateChannelBanResult> |
AmazonChimeAsync.createChannelBanAsync(CreateChannelBanRequest createChannelBanRequest,
AsyncHandler<CreateChannelBanRequest,CreateChannelBanResult> asyncHandler)
Deprecated.
|
Future<CreateChannelBanResult> |
AbstractAmazonChimeAsync.createChannelBanAsync(CreateChannelBanRequest request,
AsyncHandler<CreateChannelBanRequest,CreateChannelBanResult> asyncHandler)
Deprecated.
|
| 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 © 2023. All rights reserved.