Uses of Class
software.amazon.awssdk.services.connect.model.ChatStreamingConfiguration
-
Packages that use ChatStreamingConfiguration Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ChatStreamingConfiguration in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ChatStreamingConfiguration Modifier and Type Method Description ChatStreamingConfigurationStartContactStreamingRequest. chatStreamingConfiguration()The streaming configuration, such as the Amazon SNS streaming endpoint.ChatStreamingConfigurationNewSessionDetails. streamingConfiguration()Returns the value of the StreamingConfiguration property for this object.Methods in software.amazon.awssdk.services.connect.model with parameters of type ChatStreamingConfiguration Modifier and Type Method Description StartContactStreamingRequest.BuilderStartContactStreamingRequest.Builder. chatStreamingConfiguration(ChatStreamingConfiguration chatStreamingConfiguration)The streaming configuration, such as the Amazon SNS streaming endpoint.NewSessionDetails.BuilderNewSessionDetails.Builder. streamingConfiguration(ChatStreamingConfiguration streamingConfiguration)Sets the value of the StreamingConfiguration property for this object.
-