Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.CitationGeneratedContent
Packages that use CitationGeneratedContent
-
Uses of CitationGeneratedContent in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return CitationGeneratedContentModifier and TypeMethodDescriptionstatic CitationGeneratedContentCreate 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 CitationGeneratedContentModifier and TypeMethodDescriptionfinal 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 CitationGeneratedContentModifier and TypeMethodDescriptionCitationsContentBlock.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 CitationGeneratedContentModifier and TypeMethodDescriptionCitationsContentBlock.Builder.content(Collection<CitationGeneratedContent> content) The generated content that is supported by the associated citations.