Uses of Enum
software.amazon.awssdk.services.bedrockagentruntime.model.RetrievalResultLocationType
Packages that use RetrievalResultLocationType
-
Uses of RetrievalResultLocationType in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RetrievalResultLocationTypeModifier and TypeMethodDescriptionstatic RetrievalResultLocationTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.RetrievalResultLocation.type()The type of data source location.static RetrievalResultLocationTypeReturns the enum constant of this type with the specified name.static RetrievalResultLocationType[]RetrievalResultLocationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type RetrievalResultLocationTypeModifier and TypeMethodDescriptionstatic Set<RetrievalResultLocationType>RetrievalResultLocationType.knownValues()Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type RetrievalResultLocationTypeModifier and TypeMethodDescriptionRetrievalResultLocation.Builder.type(RetrievalResultLocationType type) The type of data source location.