Uses of Class
software.amazon.awssdk.services.bedrockagent.model.RetrievalFlowNodeS3Configuration
-
Packages that use RetrievalFlowNodeS3Configuration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of RetrievalFlowNodeS3Configuration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return RetrievalFlowNodeS3Configuration Modifier and Type Method Description RetrievalFlowNodeS3ConfigurationRetrievalFlowNodeServiceConfiguration. s3()Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the node.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type RetrievalFlowNodeS3Configuration Modifier and Type Method Description static RetrievalFlowNodeServiceConfigurationRetrievalFlowNodeServiceConfiguration. fromS3(RetrievalFlowNodeS3Configuration s3)Create an instance of this class withRetrievalFlowNodeServiceConfiguration.s3()initialized to the given value.RetrievalFlowNodeServiceConfiguration.BuilderRetrievalFlowNodeServiceConfiguration.Builder. s3(RetrievalFlowNodeS3Configuration s3)Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the node.
-