Uses of Interface
software.amazon.awssdk.services.chimesdkmessaging.model.ChannelMessageStatusStructure.Builder
-
Packages that use ChannelMessageStatusStructure.Builder Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of ChannelMessageStatusStructure.Builder in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return ChannelMessageStatusStructure.Builder Modifier and Type Method Description static ChannelMessageStatusStructure.BuilderChannelMessageStatusStructure. builder()ChannelMessageStatusStructure.BuilderChannelMessageStatusStructure.Builder. detail(String detail)Contains more details about the message status.ChannelMessageStatusStructure.BuilderChannelMessageStatusStructure. toBuilder()ChannelMessageStatusStructure.BuilderChannelMessageStatusStructure.Builder. value(String value)The message status value.ChannelMessageStatusStructure.BuilderChannelMessageStatusStructure.Builder. value(ChannelMessageStatus value)The message status value.Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type ChannelMessageStatusStructure.Builder Modifier and Type Method Description static Class<? extends ChannelMessageStatusStructure.Builder>ChannelMessageStatusStructure. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.chimesdkmessaging.model with type arguments of type ChannelMessageStatusStructure.Builder Modifier and Type Method Description default ChannelMessage.BuilderChannelMessage.Builder. status(Consumer<ChannelMessageStatusStructure.Builder> status)The status of the channel message.default ChannelMessageSummary.BuilderChannelMessageSummary.Builder. status(Consumer<ChannelMessageStatusStructure.Builder> status)The message status.default GetChannelMessageStatusResponse.BuilderGetChannelMessageStatusResponse.Builder. status(Consumer<ChannelMessageStatusStructure.Builder> status)The message status and details.default SendChannelMessageResponse.BuilderSendChannelMessageResponse.Builder. status(Consumer<ChannelMessageStatusStructure.Builder> status)The status of the channel message.default UpdateChannelMessageResponse.BuilderUpdateChannelMessageResponse.Builder. status(Consumer<ChannelMessageStatusStructure.Builder> status)The status of the message update.
-