| Package | Description |
|---|---|
| com.amazonaws.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
FieldSummary |
FieldSummary.clone() |
FieldSummary |
FieldSummary.withFieldArn(String fieldArn)
The Amazon Resource Name (ARN) of the field.
|
FieldSummary |
FieldSummary.withFieldId(String fieldId)
The unique identifier of a field.
|
FieldSummary |
FieldSummary.withName(String name)
Name of the field.
|
FieldSummary |
FieldSummary.withNamespace(FieldNamespace namespace)
The namespace of a field.
|
FieldSummary |
FieldSummary.withNamespace(String namespace)
The namespace of a field.
|
FieldSummary |
FieldSummary.withType(FieldType type)
The type of a field.
|
FieldSummary |
FieldSummary.withType(String type)
The type of a field.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldSummary> |
ListFieldsResult.getFields()
List of detailed field information.
|
| Modifier and Type | Method and Description |
|---|---|
ListFieldsResult |
ListFieldsResult.withFields(FieldSummary... fields)
List of detailed field information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFieldsResult.setFields(Collection<FieldSummary> fields)
List of detailed field information.
|
ListFieldsResult |
ListFieldsResult.withFields(Collection<FieldSummary> fields)
List of detailed field information.
|
Copyright © 2024. All rights reserved.