Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ChunkingStrategy
-
Packages that use ChunkingStrategy Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of ChunkingStrategy in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ChunkingStrategy Modifier and Type Method Description ChunkingStrategyChunkingConfiguration. chunkingStrategy()Returns the value of the ChunkingStrategy property for this object.static ChunkingStrategyChunkingStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ChunkingStrategyChunkingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static ChunkingStrategy[]ChunkingStrategy. 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 ChunkingStrategy Modifier and Type Method Description static Set<ChunkingStrategy>ChunkingStrategy. knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type ChunkingStrategy Modifier and Type Method Description ChunkingConfiguration.BuilderChunkingConfiguration.Builder. chunkingStrategy(ChunkingStrategy chunkingStrategy)Sets the value of the ChunkingStrategy property for this object.
-