| Package | Description |
|---|---|
| com.amazonaws.services.chime |
The Amazon Chime application programming interface (API) is designed so administrators can 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<BatchCreateChannelMembershipResult> |
AmazonChimeAsyncClient.batchCreateChannelMembershipAsync(BatchCreateChannelMembershipRequest request,
AsyncHandler<BatchCreateChannelMembershipRequest,BatchCreateChannelMembershipResult> asyncHandler) |
Future<BatchCreateChannelMembershipResult> |
AmazonChimeAsync.batchCreateChannelMembershipAsync(BatchCreateChannelMembershipRequest batchCreateChannelMembershipRequest,
AsyncHandler<BatchCreateChannelMembershipRequest,BatchCreateChannelMembershipResult> asyncHandler)
Adds a specified number of users to a channel.
|
Future<BatchCreateChannelMembershipResult> |
AbstractAmazonChimeAsync.batchCreateChannelMembershipAsync(BatchCreateChannelMembershipRequest request,
AsyncHandler<BatchCreateChannelMembershipRequest,BatchCreateChannelMembershipResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchCreateChannelMembershipRequest |
BatchCreateChannelMembershipRequest.clone() |
BatchCreateChannelMembershipRequest |
BatchCreateChannelMembershipRequest.withChannelArn(String channelArn)
The ARN of the channel to which you're adding users.
|
BatchCreateChannelMembershipRequest |
BatchCreateChannelMembershipRequest.withChimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user that makes the API call. |
BatchCreateChannelMembershipRequest |
BatchCreateChannelMembershipRequest.withMemberArns(Collection<String> memberArns)
The ARNs of the members you want to add to the channel.
|
BatchCreateChannelMembershipRequest |
BatchCreateChannelMembershipRequest.withMemberArns(String... memberArns)
The ARNs of the members you want to add to the channel.
|
BatchCreateChannelMembershipRequest |
BatchCreateChannelMembershipRequest.withType(ChannelMembershipType type)
The membership type of a user,
DEFAULT or HIDDEN. |
BatchCreateChannelMembershipRequest |
BatchCreateChannelMembershipRequest.withType(String type)
The membership type of a user,
DEFAULT or HIDDEN. |
Copyright © 2023. All rights reserved.