| Package | Description |
|---|---|
| com.amazonaws.services.chime |
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchCreateChannelMembershipResult> |
AbstractAmazonChimeAsync.batchCreateChannelMembershipAsync(BatchCreateChannelMembershipRequest request,
AsyncHandler<BatchCreateChannelMembershipRequest,BatchCreateChannelMembershipResult> asyncHandler)
Deprecated.
|
Future<BatchCreateChannelMembershipResult> |
AmazonChimeAsync.batchCreateChannelMembershipAsync(BatchCreateChannelMembershipRequest batchCreateChannelMembershipRequest,
AsyncHandler<BatchCreateChannelMembershipRequest,BatchCreateChannelMembershipResult> asyncHandler)
Deprecated.
|
Future<BatchCreateChannelMembershipResult> |
AmazonChimeAsyncClient.batchCreateChannelMembershipAsync(BatchCreateChannelMembershipRequest request,
AsyncHandler<BatchCreateChannelMembershipRequest,BatchCreateChannelMembershipResult> asyncHandler)
Deprecated.
|
| 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.