Uses of Enum
software.amazon.awscdk.services.bedrockagentcore.BrowserSigning
Packages that use BrowserSigning
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of BrowserSigning in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return BrowserSigningModifier and TypeMethodDescriptionBrowserCustom.getBrowserSigning()The browser signing configuration of the browser.default BrowserSigningBrowserCustomProps.getBrowserSigning()Specifies whether browser signing is enabled.final BrowserSigningBrowserCustomProps.Jsii$Proxy.getBrowserSigning()static BrowserSigningReturns the enum constant of this type with the specified name.static BrowserSigning[]BrowserSigning.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.bedrockagentcore with parameters of type BrowserSigningModifier and TypeMethodDescriptionBrowserCustom.Builder.browserSigning(BrowserSigning browserSigning) Specifies whether browser signing is enabled.BrowserCustomProps.Builder.browserSigning(BrowserSigning browserSigning) Sets the value ofBrowserCustomProps.getBrowserSigning()