| Package | Description |
|---|---|
| com.amazonaws.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
GetFieldResponse |
GetFieldResponse.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetFieldResponse |
GetFieldResponse.clearTagsEntries()
Removes all the entries added into Tags.
|
GetFieldResponse |
GetFieldResponse.clone() |
GetFieldResponse |
GetFieldResponse.withCreatedTime(Date createdTime)
Timestamp at which the resource was created.
|
GetFieldResponse |
GetFieldResponse.withDeleted(Boolean deleted)
Denotes whether or not the resource has been deleted.
|
GetFieldResponse |
GetFieldResponse.withDescription(String description)
Description of the field.
|
GetFieldResponse |
GetFieldResponse.withFieldArn(String fieldArn)
The Amazon Resource Name (ARN) of the field.
|
GetFieldResponse |
GetFieldResponse.withFieldId(String fieldId)
Unique identifier of the field.
|
GetFieldResponse |
GetFieldResponse.withLastModifiedTime(Date lastModifiedTime)
Timestamp at which the resource was created or last modified.
|
GetFieldResponse |
GetFieldResponse.withName(String name)
Name of the field.
|
GetFieldResponse |
GetFieldResponse.withNamespace(FieldNamespace namespace)
Namespace of the field.
|
GetFieldResponse |
GetFieldResponse.withNamespace(String namespace)
Namespace of the field.
|
GetFieldResponse |
GetFieldResponse.withTags(Map<String,String> tags)
A map of of key-value pairs that represent tags on a resource.
|
GetFieldResponse |
GetFieldResponse.withType(FieldType type)
Type of the field.
|
GetFieldResponse |
GetFieldResponse.withType(String type)
Type of the field.
|
| Modifier and Type | Method and Description |
|---|---|
List<GetFieldResponse> |
BatchGetFieldResult.getFields()
A list of detailed field information.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetFieldResult |
BatchGetFieldResult.withFields(GetFieldResponse... fields)
A list of detailed field information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetFieldResult.setFields(Collection<GetFieldResponse> fields)
A list of detailed field information.
|
BatchGetFieldResult |
BatchGetFieldResult.withFields(Collection<GetFieldResponse> fields)
A list of detailed field information.
|
Copyright © 2025. All rights reserved.