| Package | Description |
|---|---|
| com.amazonaws.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
AuditEventFieldValueUnion |
AuditEventFieldValueUnion.clone() |
AuditEventFieldValueUnion |
AuditEventField.getNewValue()
Union of potential field value types.
|
AuditEventFieldValueUnion |
AuditEventField.getOldValue()
Union of potential field value types.
|
AuditEventFieldValueUnion |
AuditEventFieldValueUnion.withBooleanValue(Boolean booleanValue)
Can be either null, or have a Boolean value type.
|
AuditEventFieldValueUnion |
AuditEventFieldValueUnion.withDoubleValue(Double doubleValue)
Can be either null, or have a Double value type.
|
AuditEventFieldValueUnion |
AuditEventFieldValueUnion.withEmptyValue(EmptyFieldValue emptyValue) |
AuditEventFieldValueUnion |
AuditEventFieldValueUnion.withStringValue(String stringValue)
Can be either null, or have a String value type.
|
AuditEventFieldValueUnion |
AuditEventFieldValueUnion.withUserArnValue(String userArnValue)
Can be either null, or have a String value type formatted as an ARN.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuditEventField.setNewValue(AuditEventFieldValueUnion newValue)
Union of potential field value types.
|
void |
AuditEventField.setOldValue(AuditEventFieldValueUnion oldValue)
Union of potential field value types.
|
AuditEventField |
AuditEventField.withNewValue(AuditEventFieldValueUnion newValue)
Union of potential field value types.
|
AuditEventField |
AuditEventField.withOldValue(AuditEventFieldValueUnion oldValue)
Union of potential field value types.
|
Copyright © 2024. All rights reserved.