| Package | Description |
|---|---|
| com.amazonaws.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
FieldOption |
FieldOption.clone() |
FieldOption |
FieldOption.withActive(Boolean active)
Describes whether the
FieldOption is active (displayed) or inactive. |
FieldOption |
FieldOption.withName(String name)
FieldOptionName has max length 100 and disallows trailing spaces. |
FieldOption |
FieldOption.withValue(String value)
FieldOptionValue has max length 100 and must be alphanumeric with hyphens and underscores. |
| Modifier and Type | Method and Description |
|---|---|
List<FieldOption> |
ListFieldOptionsResult.getOptions()
A list of
FieldOption objects. |
List<FieldOption> |
BatchPutFieldOptionsRequest.getOptions()
A list of
FieldOption objects. |
| Modifier and Type | Method and Description |
|---|---|
ListFieldOptionsResult |
ListFieldOptionsResult.withOptions(FieldOption... options)
A list of
FieldOption objects. |
BatchPutFieldOptionsRequest |
BatchPutFieldOptionsRequest.withOptions(FieldOption... options)
A list of
FieldOption objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFieldOptionsResult.setOptions(Collection<FieldOption> options)
A list of
FieldOption objects. |
void |
BatchPutFieldOptionsRequest.setOptions(Collection<FieldOption> options)
A list of
FieldOption objects. |
ListFieldOptionsResult |
ListFieldOptionsResult.withOptions(Collection<FieldOption> options)
A list of
FieldOption objects. |
BatchPutFieldOptionsRequest |
BatchPutFieldOptionsRequest.withOptions(Collection<FieldOption> options)
A list of
FieldOption objects. |
Copyright © 2024. All rights reserved.