Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.CitationGeneratedContent
-
Packages that use CitationGeneratedContent Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of CitationGeneratedContent in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return CitationGeneratedContent Modifier and Type Method Description static CitationGeneratedContentCitationGeneratedContent. fromText(String text)Create an instance of this class withtext()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type CitationGeneratedContent Modifier and Type Method Description List<CitationGeneratedContent>CitationsContentBlock. content()The generated content that is supported by the associated citations.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type CitationGeneratedContent Modifier and Type Method Description CitationsContentBlock.BuilderCitationsContentBlock.Builder. content(CitationGeneratedContent... content)The generated content that is supported by the associated citations.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type CitationGeneratedContent Modifier and Type Method Description CitationsContentBlock.BuilderCitationsContentBlock.Builder. content(Collection<CitationGeneratedContent> content)The generated content that is supported by the associated citations.
-