| 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 |
|---|---|
CreateChannelMembershipResult |
AbstractAmazonChimeSDKMessaging.createChannelMembership(CreateChannelMembershipRequest request) |
CreateChannelMembershipResult |
AmazonChimeSDKMessagingClient.createChannelMembership(CreateChannelMembershipRequest request)
Adds a member to a channel.
|
CreateChannelMembershipResult |
AmazonChimeSDKMessaging.createChannelMembership(CreateChannelMembershipRequest createChannelMembershipRequest)
Adds a member to a channel.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateChannelMembershipResult> |
AmazonChimeSDKMessagingAsyncClient.createChannelMembershipAsync(CreateChannelMembershipRequest request,
AsyncHandler<CreateChannelMembershipRequest,CreateChannelMembershipResult> asyncHandler) |
Future<CreateChannelMembershipResult> |
AbstractAmazonChimeSDKMessagingAsync.createChannelMembershipAsync(CreateChannelMembershipRequest request,
AsyncHandler<CreateChannelMembershipRequest,CreateChannelMembershipResult> asyncHandler) |
Future<CreateChannelMembershipResult> |
AmazonChimeSDKMessagingAsync.createChannelMembershipAsync(CreateChannelMembershipRequest createChannelMembershipRequest,
AsyncHandler<CreateChannelMembershipRequest,CreateChannelMembershipResult> asyncHandler)
Adds a member to a channel.
|
| Modifier and Type | Method and Description |
|---|---|
CreateChannelMembershipResult |
CreateChannelMembershipResult.clone() |
CreateChannelMembershipResult |
CreateChannelMembershipResult.withChannelArn(String channelArn)
The ARN of the channel.
|
CreateChannelMembershipResult |
CreateChannelMembershipResult.withMember(Identity member)
The ARN and metadata of the member being added.
|
CreateChannelMembershipResult |
CreateChannelMembershipResult.withSubChannelId(String subChannelId)
The ID of the SubChannel in the response.
|
Copyright © 2024. All rights reserved.