| 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 BatchCreateChannelMembershipResponse |
ChimeSdkMessagingClient.batchCreateChannelMembership(BatchCreateChannelMembershipRequest batchCreateChannelMembershipRequest)
Adds a specified number of users and bots to a channel.
|
default BatchCreateChannelMembershipResponse |
ChimeSdkMessagingClient.batchCreateChannelMembership(Consumer<BatchCreateChannelMembershipRequest.Builder> batchCreateChannelMembershipRequest)
Adds a specified number of users and bots to a channel.
|
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 DescribeChannelBanResponse |
ChimeSdkMessagingClient.describeChannelBan(Consumer<DescribeChannelBanRequest.Builder> describeChannelBanRequest)
Returns the full details of a channel ban.
|
default DescribeChannelBanResponse |
ChimeSdkMessagingClient.describeChannelBan(DescribeChannelBanRequest describeChannelBanRequest)
Returns the full details of a channel ban.
|
default DescribeChannelMembershipResponse |
ChimeSdkMessagingClient.describeChannelMembership(Consumer<DescribeChannelMembershipRequest.Builder> describeChannelMembershipRequest)
Returns the full details of a user's channel membership.
|
default DescribeChannelMembershipResponse |
ChimeSdkMessagingClient.describeChannelMembership(DescribeChannelMembershipRequest describeChannelMembershipRequest)
Returns the full details of a user's channel membership.
|
default DescribeChannelModeratorResponse |
ChimeSdkMessagingClient.describeChannelModerator(Consumer<DescribeChannelModeratorRequest.Builder> describeChannelModeratorRequest)
Returns the full details of a single ChannelModerator.
|
default DescribeChannelModeratorResponse |
ChimeSdkMessagingClient.describeChannelModerator(DescribeChannelModeratorRequest describeChannelModeratorRequest)
Returns the full details of a single ChannelModerator.
|
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 GetChannelMessageResponse |
ChimeSdkMessagingClient.getChannelMessage(Consumer<GetChannelMessageRequest.Builder> getChannelMessageRequest)
Gets the full details of a channel message.
|
default GetChannelMessageResponse |
ChimeSdkMessagingClient.getChannelMessage(GetChannelMessageRequest getChannelMessageRequest)
Gets the full details of a channel message.
|
default GetMessagingStreamingConfigurationsResponse |
ChimeSdkMessagingClient.getMessagingStreamingConfigurations(Consumer<GetMessagingStreamingConfigurationsRequest.Builder> getMessagingStreamingConfigurationsRequest)
Retrieves the data streaming configuration for an
AppInstance. |
default GetMessagingStreamingConfigurationsResponse |
ChimeSdkMessagingClient.getMessagingStreamingConfigurations(GetMessagingStreamingConfigurationsRequest getMessagingStreamingConfigurationsRequest)
Retrieves the data streaming configuration for an
AppInstance. |
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. |
Copyright © 2023. All rights reserved.