Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.BrowserProfileConfiguration
Packages that use BrowserProfileConfiguration
-
Uses of BrowserProfileConfiguration in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return BrowserProfileConfigurationModifier and TypeMethodDescriptionGetBrowserSessionResponse.profileConfiguration()The browser profile configuration associated with this session.StartBrowserSessionRequest.profileConfiguration()The browser profile configuration to use for this session.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type BrowserProfileConfigurationModifier and TypeMethodDescriptionGetBrowserSessionResponse.Builder.profileConfiguration(BrowserProfileConfiguration profileConfiguration) The browser profile configuration associated with this session.StartBrowserSessionRequest.Builder.profileConfiguration(BrowserProfileConfiguration profileConfiguration) The browser profile configuration to use for this session.