| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationFormSummary |
EvaluationFormSummary.clone() |
EvaluationFormSummary |
EvaluationFormSummary.withActiveVersion(Integer activeVersion)
The version of the active evaluation form version.
|
EvaluationFormSummary |
EvaluationFormSummary.withCreatedBy(String createdBy)
The Amazon Resource Name (ARN) of the user who created the evaluation form.
|
EvaluationFormSummary |
EvaluationFormSummary.withCreatedTime(Date createdTime)
The timestamp for when the evaluation form was created.
|
EvaluationFormSummary |
EvaluationFormSummary.withEvaluationFormArn(String evaluationFormArn)
The Amazon Resource Name (ARN) for the evaluation form resource.
|
EvaluationFormSummary |
EvaluationFormSummary.withEvaluationFormId(String evaluationFormId)
The unique identifier for the evaluation form.
|
EvaluationFormSummary |
EvaluationFormSummary.withLastActivatedBy(String lastActivatedBy)
The Amazon Resource Name (ARN) of the user who last activated the evaluation form.
|
EvaluationFormSummary |
EvaluationFormSummary.withLastActivatedTime(Date lastActivatedTime)
The timestamp for when the evaluation form was last activated.
|
EvaluationFormSummary |
EvaluationFormSummary.withLastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
|
EvaluationFormSummary |
EvaluationFormSummary.withLastModifiedTime(Date lastModifiedTime)
The timestamp for when the evaluation form was last updated.
|
EvaluationFormSummary |
EvaluationFormSummary.withLatestVersion(Integer latestVersion)
The version number of the latest evaluation form version.
|
EvaluationFormSummary |
EvaluationFormSummary.withTitle(String title)
A title of the evaluation form.
|
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationFormSummary> |
ListEvaluationFormsResult.getEvaluationFormSummaryList()
Provides details about a list of evaluation forms belonging to an instance.
|
| Modifier and Type | Method and Description |
|---|---|
ListEvaluationFormsResult |
ListEvaluationFormsResult.withEvaluationFormSummaryList(EvaluationFormSummary... evaluationFormSummaryList)
Provides details about a list of evaluation forms belonging to an instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEvaluationFormsResult.setEvaluationFormSummaryList(Collection<EvaluationFormSummary> evaluationFormSummaryList)
Provides details about a list of evaluation forms belonging to an instance.
|
ListEvaluationFormsResult |
ListEvaluationFormsResult.withEvaluationFormSummaryList(Collection<EvaluationFormSummary> evaluationFormSummaryList)
Provides details about a list of evaluation forms belonging to an instance.
|
Copyright © 2024. All rights reserved.