| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
FieldValue.clone() |
FieldValue |
FieldValue.withId(String id)
Unique identifier of a field.
|
FieldValue |
FieldValue.withValue(FieldValueUnion value)
Union of potential field value types.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldValue> |
UpdateCaseActionDefinition.getFields()
An array of objects with
Field ID and Value data. |
List<FieldValue> |
CreateCaseActionDefinition.getFields()
An array of objects with
Field ID and Value data. |
| Modifier and Type | Method and Description |
|---|---|
UpdateCaseActionDefinition |
UpdateCaseActionDefinition.withFields(FieldValue... fields)
An array of objects with
Field ID and Value data. |
CreateCaseActionDefinition |
CreateCaseActionDefinition.withFields(FieldValue... fields)
An array of objects with
Field ID and Value data. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCaseActionDefinition.setFields(Collection<FieldValue> fields)
An array of objects with
Field ID and Value data. |
void |
CreateCaseActionDefinition.setFields(Collection<FieldValue> fields)
An array of objects with
Field ID and Value data. |
UpdateCaseActionDefinition |
UpdateCaseActionDefinition.withFields(Collection<FieldValue> fields)
An array of objects with
Field ID and Value data. |
CreateCaseActionDefinition |
CreateCaseActionDefinition.withFields(Collection<FieldValue> fields)
An array of objects with
Field ID and Value data. |
Copyright © 2024. All rights reserved.