| 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 AssociateChannelFlowResponse |
ChimeSdkMessagingClient.associateChannelFlow(AssociateChannelFlowRequest associateChannelFlowRequest)
Associates a channel flow with a channel.
|
default AssociateChannelFlowResponse |
ChimeSdkMessagingClient.associateChannelFlow(Consumer<AssociateChannelFlowRequest.Builder> associateChannelFlowRequest)
Associates a channel flow with a channel.
|
default ChannelFlowCallbackResponse |
ChimeSdkMessagingClient.channelFlowCallback(ChannelFlowCallbackRequest channelFlowCallbackRequest)
Calls back Chime SDK Messaging with a processing response message.
|
default ChannelFlowCallbackResponse |
ChimeSdkMessagingClient.channelFlowCallback(Consumer<ChannelFlowCallbackRequest.Builder> channelFlowCallbackRequest)
Calls back Chime SDK Messaging with a processing response message.
|
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 CreateChannelFlowResponse |
ChimeSdkMessagingClient.createChannelFlow(Consumer<CreateChannelFlowRequest.Builder> createChannelFlowRequest)
Creates a channel flow, a container for processors.
|
default CreateChannelFlowResponse |
ChimeSdkMessagingClient.createChannelFlow(CreateChannelFlowRequest createChannelFlowRequest)
Creates a channel flow, a container for processors.
|
default CreateChannelMembershipResponse |
ChimeSdkMessagingClient.createChannelMembership(Consumer<CreateChannelMembershipRequest.Builder> createChannelMembershipRequest)
Adds a member to a channel.
|
default CreateChannelMembershipResponse |
ChimeSdkMessagingClient.createChannelMembership(CreateChannelMembershipRequest createChannelMembershipRequest)
Adds a member 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 DeleteChannelResponse |
ChimeSdkMessagingClient.deleteChannel(Consumer<DeleteChannelRequest.Builder> deleteChannelRequest)
Immediately makes a channel and its memberships inaccessible and marks them for deletion.
|
default DeleteChannelResponse |
ChimeSdkMessagingClient.deleteChannel(DeleteChannelRequest deleteChannelRequest)
Immediately makes a channel and its memberships inaccessible and marks them for deletion.
|
default DeleteChannelFlowResponse |
ChimeSdkMessagingClient.deleteChannelFlow(Consumer<DeleteChannelFlowRequest.Builder> deleteChannelFlowRequest)
Deletes a channel flow, an irreversible process.
|
default DeleteChannelFlowResponse |
ChimeSdkMessagingClient.deleteChannelFlow(DeleteChannelFlowRequest deleteChannelFlowRequest)
Deletes a channel flow, an irreversible process.
|
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 DisassociateChannelFlowResponse |
ChimeSdkMessagingClient.disassociateChannelFlow(Consumer<DisassociateChannelFlowRequest.Builder> disassociateChannelFlowRequest)
Disassociates a channel flow from all its channels.
|
default DisassociateChannelFlowResponse |
ChimeSdkMessagingClient.disassociateChannelFlow(DisassociateChannelFlowRequest disassociateChannelFlowRequest)
Disassociates a channel flow from all its channels.
|
default PutChannelExpirationSettingsResponse |
ChimeSdkMessagingClient.putChannelExpirationSettings(Consumer<PutChannelExpirationSettingsRequest.Builder> putChannelExpirationSettingsRequest)
Sets the number of days before the channel is automatically deleted.
|
default PutChannelExpirationSettingsResponse |
ChimeSdkMessagingClient.putChannelExpirationSettings(PutChannelExpirationSettingsRequest putChannelExpirationSettingsRequest)
Sets the number of days before the channel is automatically deleted.
|
default PutChannelMembershipPreferencesResponse |
ChimeSdkMessagingClient.putChannelMembershipPreferences(Consumer<PutChannelMembershipPreferencesRequest.Builder> putChannelMembershipPreferencesRequest)
Sets the membership preferences of an
AppInstanceUser or AppIntanceBot for the
specified channel. |
default PutChannelMembershipPreferencesResponse |
ChimeSdkMessagingClient.putChannelMembershipPreferences(PutChannelMembershipPreferencesRequest putChannelMembershipPreferencesRequest)
Sets the membership preferences of an
AppInstanceUser or AppIntanceBot for the
specified channel. |
default PutMessagingStreamingConfigurationsResponse |
ChimeSdkMessagingClient.putMessagingStreamingConfigurations(Consumer<PutMessagingStreamingConfigurationsRequest.Builder> putMessagingStreamingConfigurationsRequest)
Sets the data streaming configuration for an
AppInstance. |
default PutMessagingStreamingConfigurationsResponse |
ChimeSdkMessagingClient.putMessagingStreamingConfigurations(PutMessagingStreamingConfigurationsRequest putMessagingStreamingConfigurationsRequest)
Sets the data streaming configuration for an
AppInstance. |
default RedactChannelMessageResponse |
ChimeSdkMessagingClient.redactChannelMessage(Consumer<RedactChannelMessageRequest.Builder> redactChannelMessageRequest)
Redacts message content, but not metadata.
|
default RedactChannelMessageResponse |
ChimeSdkMessagingClient.redactChannelMessage(RedactChannelMessageRequest redactChannelMessageRequest)
Redacts message content, but not metadata.
|
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 UpdateChannelFlowResponse |
ChimeSdkMessagingClient.updateChannelFlow(Consumer<UpdateChannelFlowRequest.Builder> updateChannelFlowRequest)
Updates channel flow attributes.
|
default UpdateChannelFlowResponse |
ChimeSdkMessagingClient.updateChannelFlow(UpdateChannelFlowRequest updateChannelFlowRequest)
Updates channel flow 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 © 2023. All rights reserved.