Uses of Class
software.amazon.awssdk.services.qconnect.model.MessageOutput
-
Packages that use MessageOutput Package Description software.amazon.awssdk.services.qconnect.model software.amazon.awssdk.services.qconnect.paginators -
-
Uses of MessageOutput in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return MessageOutput Modifier and Type Method Description MessageOutputGetNextMessageResponse. response()The message response to the requested message.Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type MessageOutput Modifier and Type Method Description List<MessageOutput>ListMessagesResponse. messages()The message information.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type MessageOutput Modifier and Type Method Description ListMessagesResponse.BuilderListMessagesResponse.Builder. messages(MessageOutput... messages)The message information.GetNextMessageResponse.BuilderGetNextMessageResponse.Builder. response(MessageOutput response)The message response to the requested message.Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type MessageOutput Modifier and Type Method Description ListMessagesResponse.BuilderListMessagesResponse.Builder. messages(Collection<MessageOutput> messages)The message information. -
Uses of MessageOutput in software.amazon.awssdk.services.qconnect.paginators
Methods in software.amazon.awssdk.services.qconnect.paginators that return types with arguments of type MessageOutput Modifier and Type Method Description SdkIterable<MessageOutput>ListMessagesIterable. messages()Returns an iterable to iterate through the paginatedListMessagesResponse.messages()member.SdkPublisher<MessageOutput>ListMessagesPublisher. messages()Returns a publisher that can be used to get a stream of data.
-