| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmessaging |
The Amazon Chime SDK messaging APIs in this section allow software developers to send and receive messages in custom
messaging applications.
|
| com.amazonaws.services.chimesdkmessaging.model |
| 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 or bots.
|
BatchCreateChannelMembershipRequest |
BatchCreateChannelMembershipRequest.withChimeBearer(String chimeBearer)
The ARN of the
AppInstanceUser or AppInstanceBot 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.withSubChannelId(String subChannelId)
The ID of the SubChannel in the request.
|
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 © 2024. All rights reserved.