| 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 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 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 TagResourceResponse |
ChimeSdkMessagingClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Applies the specified tags to the specified Amazon Chime SDK messaging resource.
|
default TagResourceResponse |
ChimeSdkMessagingClient.tagResource(TagResourceRequest tagResourceRequest)
Applies the specified tags to the specified Amazon Chime SDK messaging resource.
|
Copyright © 2022. All rights reserved.