Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.OutputFile
-
Packages that use OutputFile Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of OutputFile in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type OutputFile Modifier and Type Method Description List<OutputFile>FilePart. files()Files containing intermediate response for the user.List<OutputFile>InlineAgentFilePart. files()Files containing intermediate response for the user.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type OutputFile Modifier and Type Method Description FilePart.BuilderFilePart.Builder. files(OutputFile... files)Files containing intermediate response for the user.FilePart.BuilderFilePart.BuilderImpl. files(OutputFile... files)InlineAgentFilePart.BuilderInlineAgentFilePart.Builder. files(OutputFile... files)Files containing intermediate response for the user.InlineAgentFilePart.BuilderInlineAgentFilePart.BuilderImpl. files(OutputFile... files)Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type OutputFile Modifier and Type Method Description FilePart.BuilderFilePart.Builder. files(Collection<OutputFile> files)Files containing intermediate response for the user.FilePart.BuilderFilePart.BuilderImpl. files(Collection<OutputFile> files)InlineAgentFilePart.BuilderInlineAgentFilePart.Builder. files(Collection<OutputFile> files)Files containing intermediate response for the user.InlineAgentFilePart.BuilderInlineAgentFilePart.BuilderImpl. files(Collection<OutputFile> files)
-