Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.EnrichmentStrategyMethod
Packages that use EnrichmentStrategyMethod
-
Uses of EnrichmentStrategyMethod in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return EnrichmentStrategyMethodModifier and TypeMethodDescriptionstatic EnrichmentStrategyMethodUse this in place of valueOf to convert the raw string returned by the service into the enum value.final EnrichmentStrategyMethodEnrichmentStrategyConfiguration.method()The method used for the context enrichment strategy.static EnrichmentStrategyMethodReturns the enum constant of this type with the specified name.static EnrichmentStrategyMethod[]EnrichmentStrategyMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type EnrichmentStrategyMethodModifier and TypeMethodDescriptionstatic Set<EnrichmentStrategyMethod>EnrichmentStrategyMethod.knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type EnrichmentStrategyMethodModifier and TypeMethodDescriptionEnrichmentStrategyConfiguration.Builder.method(EnrichmentStrategyMethod method) The method used for the context enrichment strategy.