| 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 CreateChannelResponse |
ChimeSdkMessagingClient.createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)
Creates a channel to which you can add users and send messages.
|
default CreateChannelResponse |
ChimeSdkMessagingClient.createChannel(CreateChannelRequest createChannelRequest)
Creates a channel to which you can add users and send messages.
|
default CreateChannelBanResponse |
ChimeSdkMessagingClient.createChannelBan(Consumer<CreateChannelBanRequest.Builder> createChannelBanRequest)
Permanently bans a member from a channel.
|
default CreateChannelBanResponse |
ChimeSdkMessagingClient.createChannelBan(CreateChannelBanRequest createChannelBanRequest)
Permanently bans a member from a channel.
|
default CreateChannelMembershipResponse |
ChimeSdkMessagingClient.createChannelMembership(Consumer<CreateChannelMembershipRequest.Builder> createChannelMembershipRequest)
Adds a user to a channel.
|
default CreateChannelMembershipResponse |
ChimeSdkMessagingClient.createChannelMembership(CreateChannelMembershipRequest createChannelMembershipRequest)
Adds a user to a channel.
|
default CreateChannelModeratorResponse |
ChimeSdkMessagingClient.createChannelModerator(Consumer<CreateChannelModeratorRequest.Builder> createChannelModeratorRequest)
Creates a new
ChannelModerator. |
default CreateChannelModeratorResponse |
ChimeSdkMessagingClient.createChannelModerator(CreateChannelModeratorRequest createChannelModeratorRequest)
Creates a new
ChannelModerator. |
default DeleteChannelMembershipResponse |
ChimeSdkMessagingClient.deleteChannelMembership(Consumer<DeleteChannelMembershipRequest.Builder> deleteChannelMembershipRequest)
Removes a member from a channel.
|
default DeleteChannelMembershipResponse |
ChimeSdkMessagingClient.deleteChannelMembership(DeleteChannelMembershipRequest deleteChannelMembershipRequest)
Removes a member from a channel.
|
default SendChannelMessageResponse |
ChimeSdkMessagingClient.sendChannelMessage(Consumer<SendChannelMessageRequest.Builder> sendChannelMessageRequest)
Sends a message to a particular channel that the member is a part of.
|
default SendChannelMessageResponse |
ChimeSdkMessagingClient.sendChannelMessage(SendChannelMessageRequest sendChannelMessageRequest)
Sends a message to a particular channel that the member is a part of.
|
default UpdateChannelResponse |
ChimeSdkMessagingClient.updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)
Update a channel's attributes.
|
default UpdateChannelResponse |
ChimeSdkMessagingClient.updateChannel(UpdateChannelRequest updateChannelRequest)
Update a channel's attributes.
|
default UpdateChannelMessageResponse |
ChimeSdkMessagingClient.updateChannelMessage(Consumer<UpdateChannelMessageRequest.Builder> updateChannelMessageRequest)
Updates the content of a message.
|
default UpdateChannelMessageResponse |
ChimeSdkMessagingClient.updateChannelMessage(UpdateChannelMessageRequest updateChannelMessageRequest)
Updates the content of a message.
|
default UpdateChannelReadMarkerResponse |
ChimeSdkMessagingClient.updateChannelReadMarker(Consumer<UpdateChannelReadMarkerRequest.Builder> updateChannelReadMarkerRequest)
The details of the time when a user last read messages in a channel.
|
default UpdateChannelReadMarkerResponse |
ChimeSdkMessagingClient.updateChannelReadMarker(UpdateChannelReadMarkerRequest updateChannelReadMarkerRequest)
The details of the time when a user last read messages in a channel.
|
Copyright © 2021. All rights reserved.