Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.BrowserEnterprisePolicyType
Packages that use BrowserEnterprisePolicyType
-
Uses of BrowserEnterprisePolicyType in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return BrowserEnterprisePolicyTypeModifier and TypeMethodDescriptionstatic BrowserEnterprisePolicyTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.BrowserEnterprisePolicy.type()The enterprise policy type.static BrowserEnterprisePolicyTypeReturns the enum constant of this type with the specified name.static BrowserEnterprisePolicyType[]BrowserEnterprisePolicyType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type BrowserEnterprisePolicyTypeModifier and TypeMethodDescriptionstatic Set<BrowserEnterprisePolicyType>BrowserEnterprisePolicyType.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type BrowserEnterprisePolicyTypeModifier and TypeMethodDescriptionBrowserEnterprisePolicy.Builder.type(BrowserEnterprisePolicyType type) The enterprise policy type.