| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmessaging |
The Amazon Chime SDK Messaging APIs in this section allow software developers to send and receive messages in custom
messaging applications.
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeChannelMembershipResponse |
ChimeSdkMessagingClient.describeChannelMembership(Consumer<DescribeChannelMembershipRequest.Builder> describeChannelMembershipRequest)
Returns the full details of a user's channel membership.
|
default DescribeChannelMembershipResponse |
ChimeSdkMessagingClient.describeChannelMembership(DescribeChannelMembershipRequest describeChannelMembershipRequest)
Returns the full details of a user's channel membership.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeChannelMembershipResponse> |
ChimeSdkMessagingAsyncClient.describeChannelMembership(Consumer<DescribeChannelMembershipRequest.Builder> describeChannelMembershipRequest)
Returns the full details of a user's channel membership.
|
default CompletableFuture<DescribeChannelMembershipResponse> |
ChimeSdkMessagingAsyncClient.describeChannelMembership(DescribeChannelMembershipRequest describeChannelMembershipRequest)
Returns the full details of a user's channel membership.
|
Copyright © 2021. All rights reserved.