| Package | Description |
|---|---|
| com.amazonaws.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
AuditEvent |
AuditEvent.clone() |
AuditEvent |
AuditEvent.withEventId(String eventId)
Unique identifier of a case audit history event.
|
AuditEvent |
AuditEvent.withFields(AuditEventField... fields)
A list of Case Audit History event fields.
|
AuditEvent |
AuditEvent.withFields(Collection<AuditEventField> fields)
A list of Case Audit History event fields.
|
AuditEvent |
AuditEvent.withPerformedBy(AuditEventPerformedBy performedBy)
Information of the user which performed the audit.
|
AuditEvent |
AuditEvent.withPerformedTime(Date performedTime)
Time at which an Audit History event took place.
|
AuditEvent |
AuditEvent.withRelatedItemType(RelatedItemType relatedItemType)
The Type of the related item.
|
AuditEvent |
AuditEvent.withRelatedItemType(String relatedItemType)
The Type of the related item.
|
AuditEvent |
AuditEvent.withType(AuditEventType type)
The Type of an audit history event.
|
AuditEvent |
AuditEvent.withType(String type)
The Type of an audit history event.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuditEvent> |
GetCaseAuditEventsResult.getAuditEvents()
A list of case audits where each represents a particular edit of the case.
|
| Modifier and Type | Method and Description |
|---|---|
GetCaseAuditEventsResult |
GetCaseAuditEventsResult.withAuditEvents(AuditEvent... auditEvents)
A list of case audits where each represents a particular edit of the case.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCaseAuditEventsResult.setAuditEvents(Collection<AuditEvent> auditEvents)
A list of case audits where each represents a particular edit of the case.
|
GetCaseAuditEventsResult |
GetCaseAuditEventsResult.withAuditEvents(Collection<AuditEvent> auditEvents)
A list of case audits where each represents a particular edit of the case.
|
Copyright © 2024. All rights reserved.