| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationForm |
EvaluationForm.addTagsEntry(String key,
String value)
Add a single Tags entry
|
EvaluationForm |
EvaluationForm.clearTagsEntries()
Removes all the entries added into Tags.
|
EvaluationForm |
EvaluationForm.clone() |
EvaluationForm |
DescribeEvaluationFormResult.getEvaluationForm()
Information about the evaluation form.
|
EvaluationForm |
EvaluationForm.withCreatedBy(String createdBy)
The Amazon Resource Name (ARN) of the user who created the evaluation form.
|
EvaluationForm |
EvaluationForm.withCreatedTime(Date createdTime)
The timestamp for when the evaluation form was created.
|
EvaluationForm |
EvaluationForm.withDescription(String description)
The description of the evaluation form.
|
EvaluationForm |
EvaluationForm.withEvaluationFormArn(String evaluationFormArn)
The Amazon Resource Name (ARN) for the evaluation form resource.
|
EvaluationForm |
EvaluationForm.withEvaluationFormId(String evaluationFormId)
The unique identifier for the evaluation form.
|
EvaluationForm |
EvaluationForm.withEvaluationFormVersion(Integer evaluationFormVersion)
A version of the evaluation form.
|
EvaluationForm |
EvaluationForm.withItems(Collection<EvaluationFormItem> items)
Items that are part of the evaluation form.
|
EvaluationForm |
EvaluationForm.withItems(EvaluationFormItem... items)
Items that are part of the evaluation form.
|
EvaluationForm |
EvaluationForm.withLastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
|
EvaluationForm |
EvaluationForm.withLastModifiedTime(Date lastModifiedTime)
The timestamp for when the evaluation form was last updated.
|
EvaluationForm |
EvaluationForm.withLocked(Boolean locked)
The flag indicating whether the evaluation form is locked for changes.
|
EvaluationForm |
EvaluationForm.withScoringStrategy(EvaluationFormScoringStrategy scoringStrategy)
A scoring strategy of the evaluation form.
|
EvaluationForm |
EvaluationForm.withStatus(EvaluationFormVersionStatus status)
The status of the evaluation form.
|
EvaluationForm |
EvaluationForm.withStatus(String status)
The status of the evaluation form.
|
EvaluationForm |
EvaluationForm.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
EvaluationForm |
EvaluationForm.withTitle(String title)
A title of the evaluation form.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEvaluationFormResult.setEvaluationForm(EvaluationForm evaluationForm)
Information about the evaluation form.
|
DescribeEvaluationFormResult |
DescribeEvaluationFormResult.withEvaluationForm(EvaluationForm evaluationForm)
Information about the evaluation form.
|
Copyright © 2023. All rights reserved.