Uses of Interface
software.amazon.awssdk.services.chimesdkmessaging.model.GetChannelMessageStatusRequest.Builder
-
Packages that use GetChannelMessageStatusRequest.Builder 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 -
-
Uses of GetChannelMessageStatusRequest.Builder in software.amazon.awssdk.services.chimesdkmessaging
Method parameters in software.amazon.awssdk.services.chimesdkmessaging with type arguments of type GetChannelMessageStatusRequest.Builder Modifier and Type Method Description default CompletableFuture<GetChannelMessageStatusResponse>ChimeSdkMessagingAsyncClient. getChannelMessageStatus(Consumer<GetChannelMessageStatusRequest.Builder> getChannelMessageStatusRequest)Gets message status for a specifiedmessageId.default GetChannelMessageStatusResponseChimeSdkMessagingClient. getChannelMessageStatus(Consumer<GetChannelMessageStatusRequest.Builder> getChannelMessageStatusRequest)Gets message status for a specifiedmessageId. -
Uses of GetChannelMessageStatusRequest.Builder in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return GetChannelMessageStatusRequest.Builder Modifier and Type Method Description static GetChannelMessageStatusRequest.BuilderGetChannelMessageStatusRequest. builder()GetChannelMessageStatusRequest.BuilderGetChannelMessageStatusRequest.Builder. channelArn(String channelArn)The ARN of the channelGetChannelMessageStatusRequest.BuilderGetChannelMessageStatusRequest.Builder. chimeBearer(String chimeBearer)TheAppInstanceUserArnof the user making the API call.GetChannelMessageStatusRequest.BuilderGetChannelMessageStatusRequest.Builder. messageId(String messageId)The ID of the message.GetChannelMessageStatusRequest.BuilderGetChannelMessageStatusRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetChannelMessageStatusRequest.BuilderGetChannelMessageStatusRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetChannelMessageStatusRequest.BuilderGetChannelMessageStatusRequest.Builder. subChannelId(String subChannelId)The ID of the SubChannel in the request.GetChannelMessageStatusRequest.BuilderGetChannelMessageStatusRequest. toBuilder()Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type GetChannelMessageStatusRequest.Builder Modifier and Type Method Description static Class<? extends GetChannelMessageStatusRequest.Builder>GetChannelMessageStatusRequest. serializableBuilderClass()
-