Uses of Class
software.amazon.awssdk.services.connectcases.model.FileContent
-
Packages that use FileContent Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of FileContent in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return FileContent Modifier and Type Method Description FileContentRelatedItemContent. file()Represents the content of a File to be returned to agents.FileContentRelatedItemInputContent. file()A file of related items.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type FileContent Modifier and Type Method Description RelatedItemContent.BuilderRelatedItemContent.Builder. file(FileContent file)Represents the content of a File to be returned to agents.RelatedItemInputContent.BuilderRelatedItemInputContent.Builder. file(FileContent file)A file of related items.static RelatedItemContentRelatedItemContent. fromFile(FileContent file)Create an instance of this class withRelatedItemContent.file()initialized to the given value.static RelatedItemInputContentRelatedItemInputContent. fromFile(FileContent file)Create an instance of this class withRelatedItemInputContent.file()initialized to the given value.
-