Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.PutChannelMembershipPreferencesResponse
-
Packages that use PutChannelMembershipPreferencesResponse 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. -
-
Uses of PutChannelMembershipPreferencesResponse in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging that return PutChannelMembershipPreferencesResponse Modifier and Type Method Description default PutChannelMembershipPreferencesResponseChimeSdkMessagingClient. putChannelMembershipPreferences(Consumer<PutChannelMembershipPreferencesRequest.Builder> putChannelMembershipPreferencesRequest)Sets the membership preferences of anAppInstanceUserorAppInstanceBotfor the specified channel.default PutChannelMembershipPreferencesResponseChimeSdkMessagingClient. putChannelMembershipPreferences(PutChannelMembershipPreferencesRequest putChannelMembershipPreferencesRequest)Sets the membership preferences of anAppInstanceUserorAppInstanceBotfor the specified channel.Methods in software.amazon.awssdk.services.chimesdkmessaging that return types with arguments of type PutChannelMembershipPreferencesResponse Modifier and Type Method Description default CompletableFuture<PutChannelMembershipPreferencesResponse>ChimeSdkMessagingAsyncClient. putChannelMembershipPreferences(Consumer<PutChannelMembershipPreferencesRequest.Builder> putChannelMembershipPreferencesRequest)Sets the membership preferences of anAppInstanceUserorAppInstanceBotfor the specified channel.default CompletableFuture<PutChannelMembershipPreferencesResponse>ChimeSdkMessagingAsyncClient. putChannelMembershipPreferences(PutChannelMembershipPreferencesRequest putChannelMembershipPreferencesRequest)Sets the membership preferences of anAppInstanceUserorAppInstanceBotfor the specified channel.
-