| Package | Description |
|---|---|
| com.amazonaws.services.apptest.model |
| Modifier and Type | Method and Description |
|---|---|
TestCaseSummary |
TestCaseSummary.clone() |
TestCaseSummary |
TestCaseSummary.withCreationTime(Date creationTime)
The creation time of the test case summary.
|
TestCaseSummary |
TestCaseSummary.withLastUpdateTime(Date lastUpdateTime)
The last update time of the test case summary.
|
TestCaseSummary |
TestCaseSummary.withLatestVersion(Integer latestVersion)
The latest version of the test case summary.
|
TestCaseSummary |
TestCaseSummary.withName(String name)
The name of the test case summary.
|
TestCaseSummary |
TestCaseSummary.withStatus(String status)
The status of the test case summary.
|
TestCaseSummary |
TestCaseSummary.withStatus(TestCaseLifecycle status)
The status of the test case summary.
|
TestCaseSummary |
TestCaseSummary.withStatusReason(String statusReason)
The status reason of the test case summary.
|
TestCaseSummary |
TestCaseSummary.withTestCaseArn(String testCaseArn)
The test case Amazon Resource Name (ARN) of the test case summary.
|
TestCaseSummary |
TestCaseSummary.withTestCaseId(String testCaseId)
The test case ID of the test case summary.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestCaseSummary> |
ListTestCasesResult.getTestCases()
The test cases in an application.
|
| Modifier and Type | Method and Description |
|---|---|
ListTestCasesResult |
ListTestCasesResult.withTestCases(TestCaseSummary... testCases)
The test cases in an application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTestCasesResult.setTestCases(Collection<TestCaseSummary> testCases)
The test cases in an application.
|
ListTestCasesResult |
ListTestCasesResult.withTestCases(Collection<TestCaseSummary> testCases)
The test cases in an application.
|
Copyright © 2025. All rights reserved.