Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.StreamUpdate
Packages that use StreamUpdate
-
Uses of StreamUpdate in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return StreamUpdateModifier and TypeMethodDescriptionstatic StreamUpdateStreamUpdate.fromAutomationStreamUpdate(Consumer<AutomationStreamUpdate.Builder> automationStreamUpdate) Create an instance of this class withautomationStreamUpdate()initialized to the given value.static StreamUpdateStreamUpdate.fromAutomationStreamUpdate(AutomationStreamUpdate automationStreamUpdate) Create an instance of this class withautomationStreamUpdate()initialized to the given value.final StreamUpdateUpdateBrowserStreamRequest.streamUpdate()The update to apply to the browser stream.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type StreamUpdateModifier and TypeMethodDescriptionUpdateBrowserStreamRequest.Builder.streamUpdate(StreamUpdate streamUpdate) The update to apply to the browser stream.