| 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 to a channel.
|
default BatchCreateChannelMembershipResponse |
ChimeSdkMessagingClient.batchCreateChannelMembership(Consumer<BatchCreateChannelMembershipRequest.Builder> batchCreateChannelMembershipRequest)
Adds a specified number of users to 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 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 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 DeleteChannelBanResponse |
ChimeSdkMessagingClient.deleteChannelBan(Consumer<DeleteChannelBanRequest.Builder> deleteChannelBanRequest)
Removes a user from a channel's ban list.
|
default DeleteChannelBanResponse |
ChimeSdkMessagingClient.deleteChannelBan(DeleteChannelBanRequest deleteChannelBanRequest)
Removes a user from a channel's ban list.
|
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 DeleteChannelMessageResponse |
ChimeSdkMessagingClient.deleteChannelMessage(Consumer<DeleteChannelMessageRequest.Builder> deleteChannelMessageRequest)
Deletes a channel message.
|
default DeleteChannelMessageResponse |
ChimeSdkMessagingClient.deleteChannelMessage(DeleteChannelMessageRequest deleteChannelMessageRequest)
Deletes a channel message.
|
default DeleteChannelModeratorResponse |
ChimeSdkMessagingClient.deleteChannelModerator(Consumer<DeleteChannelModeratorRequest.Builder> deleteChannelModeratorRequest)
Deletes a channel moderator.
|
default DeleteChannelModeratorResponse |
ChimeSdkMessagingClient.deleteChannelModerator(DeleteChannelModeratorRequest deleteChannelModeratorRequest)
Deletes a channel moderator.
|
default DescribeChannelResponse |
ChimeSdkMessagingClient.describeChannel(Consumer<DescribeChannelRequest.Builder> describeChannelRequest)
Returns the full details of a channel in an Amazon Chime
AppInstance. |
default DescribeChannelResponse |
ChimeSdkMessagingClient.describeChannel(DescribeChannelRequest describeChannelRequest)
Returns the full details of a channel in an Amazon Chime
AppInstance. |
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 DescribeChannelFlowResponse |
ChimeSdkMessagingClient.describeChannelFlow(Consumer<DescribeChannelFlowRequest.Builder> describeChannelFlowRequest)
Returns the full details of a channel flow in an Amazon Chime
AppInstance. |
default DescribeChannelFlowResponse |
ChimeSdkMessagingClient.describeChannelFlow(DescribeChannelFlowRequest describeChannelFlowRequest)
Returns the full details of a channel flow in an Amazon Chime
AppInstance. |
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 DescribeChannelMembershipForAppInstanceUserResponse |
ChimeSdkMessagingClient.describeChannelMembershipForAppInstanceUser(Consumer<DescribeChannelMembershipForAppInstanceUserRequest.Builder> describeChannelMembershipForAppInstanceUserRequest)
Returns the details of a channel based on the membership of the specified
AppInstanceUser. |
default DescribeChannelMembershipForAppInstanceUserResponse |
ChimeSdkMessagingClient.describeChannelMembershipForAppInstanceUser(DescribeChannelMembershipForAppInstanceUserRequest describeChannelMembershipForAppInstanceUserRequest)
Returns the details of a channel based on the membership of the specified
AppInstanceUser. |
default DescribeChannelModeratedByAppInstanceUserResponse |
ChimeSdkMessagingClient.describeChannelModeratedByAppInstanceUser(Consumer<DescribeChannelModeratedByAppInstanceUserRequest.Builder> describeChannelModeratedByAppInstanceUserRequest)
Returns the full details of a channel moderated by the specified
AppInstanceUser. |
default DescribeChannelModeratedByAppInstanceUserResponse |
ChimeSdkMessagingClient.describeChannelModeratedByAppInstanceUser(DescribeChannelModeratedByAppInstanceUserRequest describeChannelModeratedByAppInstanceUserRequest)
Returns the full details of a channel moderated by the specified
AppInstanceUser. |
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 GetChannelMembershipPreferencesResponse |
ChimeSdkMessagingClient.getChannelMembershipPreferences(Consumer<GetChannelMembershipPreferencesRequest.Builder> getChannelMembershipPreferencesRequest)
Gets the membership preferences of an
AppInstanceUser for the specified channel. |
default GetChannelMembershipPreferencesResponse |
ChimeSdkMessagingClient.getChannelMembershipPreferences(GetChannelMembershipPreferencesRequest getChannelMembershipPreferencesRequest)
Gets the membership preferences of an
AppInstanceUser for the specified channel. |
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 GetChannelMessageStatusResponse |
ChimeSdkMessagingClient.getChannelMessageStatus(Consumer<GetChannelMessageStatusRequest.Builder> getChannelMessageStatusRequest)
Gets message status for a specified
messageId. |
default GetChannelMessageStatusResponse |
ChimeSdkMessagingClient.getChannelMessageStatus(GetChannelMessageStatusRequest getChannelMessageStatusRequest)
Gets message status for a specified
messageId. |
default ListChannelBansResponse |
ChimeSdkMessagingClient.listChannelBans(Consumer<ListChannelBansRequest.Builder> listChannelBansRequest)
Lists all the users banned from a particular channel.
|
default ListChannelBansResponse |
ChimeSdkMessagingClient.listChannelBans(ListChannelBansRequest listChannelBansRequest)
Lists all the users banned from a particular channel.
|
default ListChannelBansIterable |
ChimeSdkMessagingClient.listChannelBansPaginator(Consumer<ListChannelBansRequest.Builder> listChannelBansRequest)
Lists all the users banned from a particular channel.
|
default ListChannelBansIterable |
ChimeSdkMessagingClient.listChannelBansPaginator(ListChannelBansRequest listChannelBansRequest)
Lists all the users banned from a particular channel.
|
default ListChannelFlowsResponse |
ChimeSdkMessagingClient.listChannelFlows(Consumer<ListChannelFlowsRequest.Builder> listChannelFlowsRequest)
Returns a paginated lists of all the channel flows created under a single Chime.
|
default ListChannelFlowsResponse |
ChimeSdkMessagingClient.listChannelFlows(ListChannelFlowsRequest listChannelFlowsRequest)
Returns a paginated lists of all the channel flows created under a single Chime.
|
default ListChannelFlowsIterable |
ChimeSdkMessagingClient.listChannelFlowsPaginator(Consumer<ListChannelFlowsRequest.Builder> listChannelFlowsRequest)
Returns a paginated lists of all the channel flows created under a single Chime.
|
default ListChannelFlowsIterable |
ChimeSdkMessagingClient.listChannelFlowsPaginator(ListChannelFlowsRequest listChannelFlowsRequest)
Returns a paginated lists of all the channel flows created under a single Chime.
|
default ListChannelMembershipsResponse |
ChimeSdkMessagingClient.listChannelMemberships(Consumer<ListChannelMembershipsRequest.Builder> listChannelMembershipsRequest)
Lists all channel memberships in a channel.
|
default ListChannelMembershipsResponse |
ChimeSdkMessagingClient.listChannelMemberships(ListChannelMembershipsRequest listChannelMembershipsRequest)
Lists all channel memberships in a channel.
|
default ListChannelMembershipsForAppInstanceUserResponse |
ChimeSdkMessagingClient.listChannelMembershipsForAppInstanceUser(Consumer<ListChannelMembershipsForAppInstanceUserRequest.Builder> listChannelMembershipsForAppInstanceUserRequest)
Lists all channels that a particular
AppInstanceUser is a part of. |
default ListChannelMembershipsForAppInstanceUserResponse |
ChimeSdkMessagingClient.listChannelMembershipsForAppInstanceUser(ListChannelMembershipsForAppInstanceUserRequest listChannelMembershipsForAppInstanceUserRequest)
Lists all channels that a particular
AppInstanceUser is a part of. |
default ListChannelMembershipsForAppInstanceUserIterable |
ChimeSdkMessagingClient.listChannelMembershipsForAppInstanceUserPaginator(Consumer<ListChannelMembershipsForAppInstanceUserRequest.Builder> listChannelMembershipsForAppInstanceUserRequest)
Lists all channels that a particular
AppInstanceUser is a part of. |
default ListChannelMembershipsForAppInstanceUserIterable |
ChimeSdkMessagingClient.listChannelMembershipsForAppInstanceUserPaginator(ListChannelMembershipsForAppInstanceUserRequest listChannelMembershipsForAppInstanceUserRequest)
Lists all channels that a particular
AppInstanceUser is a part of. |
default ListChannelMembershipsIterable |
ChimeSdkMessagingClient.listChannelMembershipsPaginator(Consumer<ListChannelMembershipsRequest.Builder> listChannelMembershipsRequest)
Lists all channel memberships in a channel.
|
default ListChannelMembershipsIterable |
ChimeSdkMessagingClient.listChannelMembershipsPaginator(ListChannelMembershipsRequest listChannelMembershipsRequest)
Lists all channel memberships in a channel.
|
default ListChannelMessagesResponse |
ChimeSdkMessagingClient.listChannelMessages(Consumer<ListChannelMessagesRequest.Builder> listChannelMessagesRequest)
List all the messages in a channel.
|
default ListChannelMessagesResponse |
ChimeSdkMessagingClient.listChannelMessages(ListChannelMessagesRequest listChannelMessagesRequest)
List all the messages in a channel.
|
default ListChannelMessagesIterable |
ChimeSdkMessagingClient.listChannelMessagesPaginator(Consumer<ListChannelMessagesRequest.Builder> listChannelMessagesRequest)
List all the messages in a channel.
|
default ListChannelMessagesIterable |
ChimeSdkMessagingClient.listChannelMessagesPaginator(ListChannelMessagesRequest listChannelMessagesRequest)
List all the messages in a channel.
|
default ListChannelModeratorsResponse |
ChimeSdkMessagingClient.listChannelModerators(Consumer<ListChannelModeratorsRequest.Builder> listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
default ListChannelModeratorsResponse |
ChimeSdkMessagingClient.listChannelModerators(ListChannelModeratorsRequest listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
default ListChannelModeratorsIterable |
ChimeSdkMessagingClient.listChannelModeratorsPaginator(Consumer<ListChannelModeratorsRequest.Builder> listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
default ListChannelModeratorsIterable |
ChimeSdkMessagingClient.listChannelModeratorsPaginator(ListChannelModeratorsRequest listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
default ListChannelsResponse |
ChimeSdkMessagingClient.listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Lists all Channels created under a single Chime App as a paginated list.
|
default ListChannelsResponse |
ChimeSdkMessagingClient.listChannels(ListChannelsRequest listChannelsRequest)
Lists all Channels created under a single Chime App as a paginated list.
|
default ListChannelsAssociatedWithChannelFlowResponse |
ChimeSdkMessagingClient.listChannelsAssociatedWithChannelFlow(Consumer<ListChannelsAssociatedWithChannelFlowRequest.Builder> listChannelsAssociatedWithChannelFlowRequest)
Lists all channels associated with a specified channel flow.
|
default ListChannelsAssociatedWithChannelFlowResponse |
ChimeSdkMessagingClient.listChannelsAssociatedWithChannelFlow(ListChannelsAssociatedWithChannelFlowRequest listChannelsAssociatedWithChannelFlowRequest)
Lists all channels associated with a specified channel flow.
|
default ListChannelsAssociatedWithChannelFlowIterable |
ChimeSdkMessagingClient.listChannelsAssociatedWithChannelFlowPaginator(Consumer<ListChannelsAssociatedWithChannelFlowRequest.Builder> listChannelsAssociatedWithChannelFlowRequest)
Lists all channels associated with a specified channel flow.
|
default ListChannelsAssociatedWithChannelFlowIterable |
ChimeSdkMessagingClient.listChannelsAssociatedWithChannelFlowPaginator(ListChannelsAssociatedWithChannelFlowRequest listChannelsAssociatedWithChannelFlowRequest)
Lists all channels associated with a specified channel flow.
|
default ListChannelsModeratedByAppInstanceUserResponse |
ChimeSdkMessagingClient.listChannelsModeratedByAppInstanceUser(Consumer<ListChannelsModeratedByAppInstanceUserRequest.Builder> listChannelsModeratedByAppInstanceUserRequest)
A list of the channels moderated by an
AppInstanceUser. |
default ListChannelsModeratedByAppInstanceUserResponse |
ChimeSdkMessagingClient.listChannelsModeratedByAppInstanceUser(ListChannelsModeratedByAppInstanceUserRequest listChannelsModeratedByAppInstanceUserRequest)
A list of the channels moderated by an
AppInstanceUser. |
default ListChannelsModeratedByAppInstanceUserIterable |
ChimeSdkMessagingClient.listChannelsModeratedByAppInstanceUserPaginator(Consumer<ListChannelsModeratedByAppInstanceUserRequest.Builder> listChannelsModeratedByAppInstanceUserRequest)
A list of the channels moderated by an
AppInstanceUser. |
default ListChannelsModeratedByAppInstanceUserIterable |
ChimeSdkMessagingClient.listChannelsModeratedByAppInstanceUserPaginator(ListChannelsModeratedByAppInstanceUserRequest listChannelsModeratedByAppInstanceUserRequest)
A list of the channels moderated by an
AppInstanceUser. |
default ListChannelsIterable |
ChimeSdkMessagingClient.listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Lists all Channels created under a single Chime App as a paginated list.
|
default ListChannelsIterable |
ChimeSdkMessagingClient.listChannelsPaginator(ListChannelsRequest listChannelsRequest)
Lists all Channels created under a single Chime App as a paginated list.
|
default ListTagsForResourceResponse |
ChimeSdkMessagingClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists the tags applied to an Amazon Chime SDK messaging resource.
|
default ListTagsForResourceResponse |
ChimeSdkMessagingClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags applied to an Amazon Chime SDK messaging resource.
|
default PutChannelMembershipPreferencesResponse |
ChimeSdkMessagingClient.putChannelMembershipPreferences(Consumer<PutChannelMembershipPreferencesRequest.Builder> putChannelMembershipPreferencesRequest)
Sets the membership preferences of an
AppInstanceUser for the specified channel. |
default PutChannelMembershipPreferencesResponse |
ChimeSdkMessagingClient.putChannelMembershipPreferences(PutChannelMembershipPreferencesRequest putChannelMembershipPreferencesRequest)
Sets the membership preferences of an
AppInstanceUser for the specified channel. |
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 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.
|
default UntagResourceResponse |
ChimeSdkMessagingClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes the specified tags from the specified Amazon Chime SDK messaging resource.
|
default UntagResourceResponse |
ChimeSdkMessagingClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes the specified tags from the specified Amazon Chime SDK messaging resource.
|
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 © 2022. All rights reserved.