Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ExternalSource
-
Packages that use ExternalSource Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ExternalSource in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ExternalSource Modifier and Type Method Description List<ExternalSource>ExternalSourcesRetrieveAndGenerateConfiguration. sources()The document for the external source wrapper object in theretrieveAndGeneratefunction.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ExternalSource Modifier and Type Method Description ExternalSourcesRetrieveAndGenerateConfiguration.BuilderExternalSourcesRetrieveAndGenerateConfiguration.Builder. sources(ExternalSource... sources)The document for the external source wrapper object in theretrieveAndGeneratefunction.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ExternalSource Modifier and Type Method Description ExternalSourcesRetrieveAndGenerateConfiguration.BuilderExternalSourcesRetrieveAndGenerateConfiguration.Builder. sources(Collection<ExternalSource> sources)The document for the external source wrapper object in theretrieveAndGeneratefunction.
-