| 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.
|
| software.amazon.awssdk.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
default GetChannelMessageStatusResponse |
ChimeSdkMessagingClient.getChannelMessageStatus(Consumer<GetChannelMessageStatusRequest.Builder> getChannelMessageStatusRequest)
Gets message status for a specified
messageId. |
default CompletableFuture<GetChannelMessageStatusResponse> |
ChimeSdkMessagingAsyncClient.getChannelMessageStatus(Consumer<GetChannelMessageStatusRequest.Builder> getChannelMessageStatusRequest)
Gets message status for a specified
messageId. |
| Modifier and Type | Method and Description |
|---|---|
static GetChannelMessageStatusRequest.Builder |
GetChannelMessageStatusRequest.builder() |
GetChannelMessageStatusRequest.Builder |
GetChannelMessageStatusRequest.Builder.channelArn(String channelArn)
The ARN of the channel
|
GetChannelMessageStatusRequest.Builder |
GetChannelMessageStatusRequest.Builder.chimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user making the API call. |
GetChannelMessageStatusRequest.Builder |
GetChannelMessageStatusRequest.Builder.messageId(String messageId)
The ID of the message.
|
GetChannelMessageStatusRequest.Builder |
GetChannelMessageStatusRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetChannelMessageStatusRequest.Builder |
GetChannelMessageStatusRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetChannelMessageStatusRequest.Builder |
GetChannelMessageStatusRequest.Builder.subChannelId(String subChannelId)
The ID of the SubChannel in the request.
|
GetChannelMessageStatusRequest.Builder |
GetChannelMessageStatusRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetChannelMessageStatusRequest.Builder> |
GetChannelMessageStatusRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.