| 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 PutChannelMembershipPreferencesResponse |
ChimeSdkMessagingClient.putChannelMembershipPreferences(Consumer<PutChannelMembershipPreferencesRequest.Builder> putChannelMembershipPreferencesRequest)
Sets the membership preferences of an
AppInstanceUser for the specified channel. |
default PutChannelMembershipPreferencesResponse |
ChimeSdkMessagingClient.putChannelMembershipPreferences(PutChannelMembershipPreferencesRequest putChannelMembershipPreferencesRequest)
Sets the membership preferences of an
AppInstanceUser for the specified channel. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutChannelMembershipPreferencesResponse> |
ChimeSdkMessagingAsyncClient.putChannelMembershipPreferences(Consumer<PutChannelMembershipPreferencesRequest.Builder> putChannelMembershipPreferencesRequest)
Sets the membership preferences of an
AppInstanceUser for the specified channel. |
default CompletableFuture<PutChannelMembershipPreferencesResponse> |
ChimeSdkMessagingAsyncClient.putChannelMembershipPreferences(PutChannelMembershipPreferencesRequest putChannelMembershipPreferencesRequest)
Sets the membership preferences of an
AppInstanceUser for the specified channel. |
Copyright © 2021. All rights reserved.