Uses of Class
software.amazon.awssdk.services.qbusiness.model.Conversation
-
Packages that use Conversation Package Description software.amazon.awssdk.services.qbusiness.model software.amazon.awssdk.services.qbusiness.paginators -
-
Uses of Conversation in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type Conversation Modifier and Type Method Description List<Conversation>ListConversationsResponse. conversations()An array of summary information on the configuration of one or more Amazon Q web experiences.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type Conversation Modifier and Type Method Description ListConversationsResponse.BuilderListConversationsResponse.Builder. conversations(Conversation... conversations)An array of summary information on the configuration of one or more Amazon Q web experiences.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type Conversation Modifier and Type Method Description ListConversationsResponse.BuilderListConversationsResponse.Builder. conversations(Collection<Conversation> conversations)An array of summary information on the configuration of one or more Amazon Q web experiences. -
Uses of Conversation in software.amazon.awssdk.services.qbusiness.paginators
Methods in software.amazon.awssdk.services.qbusiness.paginators that return types with arguments of type Conversation Modifier and Type Method Description SdkIterable<Conversation>ListConversationsIterable. conversations()Returns an iterable to iterate through the paginatedListConversationsResponse.conversations()member.SdkPublisher<Conversation>ListConversationsPublisher. conversations()Returns a publisher that can be used to get a stream of data.
-