Uses of Class
software.amazon.awssdk.services.securityir.model.CaseAttachmentAttributes
-
Packages that use CaseAttachmentAttributes Package Description software.amazon.awssdk.services.securityir.model -
-
Uses of CaseAttachmentAttributes in software.amazon.awssdk.services.securityir.model
Methods in software.amazon.awssdk.services.securityir.model that return types with arguments of type CaseAttachmentAttributes Modifier and Type Method Description List<CaseAttachmentAttributes>GetCaseResponse. caseAttachments()Response element for GetCase that provides a list of current case attachments.Methods in software.amazon.awssdk.services.securityir.model with parameters of type CaseAttachmentAttributes Modifier and Type Method Description GetCaseResponse.BuilderGetCaseResponse.Builder. caseAttachments(CaseAttachmentAttributes... caseAttachments)Response element for GetCase that provides a list of current case attachments.Method parameters in software.amazon.awssdk.services.securityir.model with type arguments of type CaseAttachmentAttributes Modifier and Type Method Description GetCaseResponse.BuilderGetCaseResponse.Builder. caseAttachments(Collection<CaseAttachmentAttributes> caseAttachments)Response element for GetCase that provides a list of current case attachments.
-