Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.CreateChannelMembershipResponse
-
Packages that use CreateChannelMembershipResponse 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 CreateChannelMembershipResponse in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging that return CreateChannelMembershipResponse Modifier and Type Method Description default CreateChannelMembershipResponseChimeSdkMessagingClient. createChannelMembership(Consumer<CreateChannelMembershipRequest.Builder> createChannelMembershipRequest)Adds a member to a channel.default CreateChannelMembershipResponseChimeSdkMessagingClient. createChannelMembership(CreateChannelMembershipRequest createChannelMembershipRequest)Adds a member to a channel.Methods in software.amazon.awssdk.services.chimesdkmessaging that return types with arguments of type CreateChannelMembershipResponse Modifier and Type Method Description default CompletableFuture<CreateChannelMembershipResponse>ChimeSdkMessagingAsyncClient. createChannelMembership(Consumer<CreateChannelMembershipRequest.Builder> createChannelMembershipRequest)Adds a member to a channel.default CompletableFuture<CreateChannelMembershipResponse>ChimeSdkMessagingAsyncClient. createChannelMembership(CreateChannelMembershipRequest createChannelMembershipRequest)Adds a member to a channel.
-