Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.GetChannelMembershipPreferencesResponse
-
Packages that use GetChannelMembershipPreferencesResponse 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 GetChannelMembershipPreferencesResponse in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging that return GetChannelMembershipPreferencesResponse Modifier and Type Method Description default GetChannelMembershipPreferencesResponseChimeSdkMessagingClient. getChannelMembershipPreferences(Consumer<GetChannelMembershipPreferencesRequest.Builder> getChannelMembershipPreferencesRequest)Gets the membership preferences of anAppInstanceUserorAppInstanceBotfor the specified channel.default GetChannelMembershipPreferencesResponseChimeSdkMessagingClient. getChannelMembershipPreferences(GetChannelMembershipPreferencesRequest getChannelMembershipPreferencesRequest)Gets the membership preferences of anAppInstanceUserorAppInstanceBotfor the specified channel.Methods in software.amazon.awssdk.services.chimesdkmessaging that return types with arguments of type GetChannelMembershipPreferencesResponse Modifier and Type Method Description default CompletableFuture<GetChannelMembershipPreferencesResponse>ChimeSdkMessagingAsyncClient. getChannelMembershipPreferences(Consumer<GetChannelMembershipPreferencesRequest.Builder> getChannelMembershipPreferencesRequest)Gets the membership preferences of anAppInstanceUserorAppInstanceBotfor the specified channel.default CompletableFuture<GetChannelMembershipPreferencesResponse>ChimeSdkMessagingAsyncClient. getChannelMembershipPreferences(GetChannelMembershipPreferencesRequest getChannelMembershipPreferencesRequest)Gets the membership preferences of anAppInstanceUserorAppInstanceBotfor the specified channel.
-