Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.RetrievalResultLocationType
-
Packages that use RetrievalResultLocationType Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of RetrievalResultLocationType in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RetrievalResultLocationType Modifier and Type Method Description static RetrievalResultLocationTypeRetrievalResultLocationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RetrievalResultLocationTypeRetrievalResultLocation. type()The type of the location of the data source.static RetrievalResultLocationTypeRetrievalResultLocationType. valueOf(String name)Returns 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 RetrievalResultLocationType Modifier and Type Method Description static Set<RetrievalResultLocationType>RetrievalResultLocationType. knownValues()Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type RetrievalResultLocationType Modifier and Type Method Description RetrievalResultLocation.BuilderRetrievalResultLocation.Builder. type(RetrievalResultLocationType type)The type of the location of the data source.
-