| 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 |
|---|---|
ListChannelMembershipsResult |
AmazonChimeSDKMessagingClient.listChannelMemberships(ListChannelMembershipsRequest request)
Lists all channel memberships in a channel.
|
ListChannelMembershipsResult |
AbstractAmazonChimeSDKMessaging.listChannelMemberships(ListChannelMembershipsRequest request) |
ListChannelMembershipsResult |
AmazonChimeSDKMessaging.listChannelMemberships(ListChannelMembershipsRequest listChannelMembershipsRequest)
Lists all channel memberships in a channel.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListChannelMembershipsResult> |
AmazonChimeSDKMessagingAsyncClient.listChannelMembershipsAsync(ListChannelMembershipsRequest request,
AsyncHandler<ListChannelMembershipsRequest,ListChannelMembershipsResult> asyncHandler) |
Future<ListChannelMembershipsResult> |
AmazonChimeSDKMessagingAsync.listChannelMembershipsAsync(ListChannelMembershipsRequest listChannelMembershipsRequest,
AsyncHandler<ListChannelMembershipsRequest,ListChannelMembershipsResult> asyncHandler)
Lists all channel memberships in a channel.
|
Future<ListChannelMembershipsResult> |
AbstractAmazonChimeSDKMessagingAsync.listChannelMembershipsAsync(ListChannelMembershipsRequest request,
AsyncHandler<ListChannelMembershipsRequest,ListChannelMembershipsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListChannelMembershipsResult |
ListChannelMembershipsResult.clone() |
ListChannelMembershipsResult |
ListChannelMembershipsResult.withChannelArn(String channelArn)
The ARN of the channel.
|
ListChannelMembershipsResult |
ListChannelMembershipsResult.withChannelMemberships(ChannelMembershipSummary... channelMemberships)
The information for the requested channel memberships.
|
ListChannelMembershipsResult |
ListChannelMembershipsResult.withChannelMemberships(Collection<ChannelMembershipSummary> channelMemberships)
The information for the requested channel memberships.
|
ListChannelMembershipsResult |
ListChannelMembershipsResult.withNextToken(String nextToken)
The token passed by previous API calls until all requested channel memberships are returned.
|
Copyright © 2022. All rights reserved.