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