Uses of Class
software.amazon.awssdk.services.securityir.model.CaseAttachmentStatus
-
Packages that use CaseAttachmentStatus Package Description software.amazon.awssdk.services.securityir.model -
-
Uses of CaseAttachmentStatus in software.amazon.awssdk.services.securityir.model
Methods in software.amazon.awssdk.services.securityir.model that return CaseAttachmentStatus Modifier and Type Method Description CaseAttachmentStatusCaseAttachmentAttributes. attachmentStatus()static CaseAttachmentStatusCaseAttachmentStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CaseAttachmentStatusCaseAttachmentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CaseAttachmentStatus[]CaseAttachmentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.securityir.model that return types with arguments of type CaseAttachmentStatus Modifier and Type Method Description static Set<CaseAttachmentStatus>CaseAttachmentStatus. knownValues()Methods in software.amazon.awssdk.services.securityir.model with parameters of type CaseAttachmentStatus Modifier and Type Method Description CaseAttachmentAttributes.BuilderCaseAttachmentAttributes.Builder. attachmentStatus(CaseAttachmentStatus attachmentStatus)
-