Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.BrowserSessionStream
Packages that use BrowserSessionStream
-
Uses of BrowserSessionStream in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return BrowserSessionStreamModifier and TypeMethodDescriptionfinal BrowserSessionStreamGetBrowserSessionResponse.streams()The streams associated with this browser session.final BrowserSessionStreamStartBrowserSessionResponse.streams()The streams associated with this browser session.final BrowserSessionStreamUpdateBrowserStreamResponse.streams()Returns the value of the Streams property for this object.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type BrowserSessionStreamModifier and TypeMethodDescriptionGetBrowserSessionResponse.Builder.streams(BrowserSessionStream streams) The streams associated with this browser session.StartBrowserSessionResponse.Builder.streams(BrowserSessionStream streams) The streams associated with this browser session.UpdateBrowserStreamResponse.Builder.streams(BrowserSessionStream streams) Sets the value of the Streams property for this object.