| Package | Description |
|---|---|
| com.amazonaws.services.apptest.model |
| Modifier and Type | Method and Description |
|---|---|
TestConfigurationSummary |
TestConfigurationSummary.clone() |
TestConfigurationSummary |
TestConfigurationSummary.withCreationTime(Date creationTime)
The creation time of the test configuration summary.
|
TestConfigurationSummary |
TestConfigurationSummary.withLastUpdateTime(Date lastUpdateTime)
The last update time of the test configuration summary.
|
TestConfigurationSummary |
TestConfigurationSummary.withLatestVersion(Integer latestVersion)
The latest version of the test configuration summary.
|
TestConfigurationSummary |
TestConfigurationSummary.withName(String name)
The name of the test configuration summary.
|
TestConfigurationSummary |
TestConfigurationSummary.withStatus(String status)
The status of the test configuration summary.
|
TestConfigurationSummary |
TestConfigurationSummary.withStatus(TestConfigurationLifecycle status)
The status of the test configuration summary.
|
TestConfigurationSummary |
TestConfigurationSummary.withStatusReason(String statusReason)
The status reason of the test configuration summary.
|
TestConfigurationSummary |
TestConfigurationSummary.withTestConfigurationArn(String testConfigurationArn)
The test configuration ARN of the test configuration summary.
|
TestConfigurationSummary |
TestConfigurationSummary.withTestConfigurationId(String testConfigurationId)
The test configuration ID of the test configuration summary.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestConfigurationSummary> |
ListTestConfigurationsResult.getTestConfigurations()
The test configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ListTestConfigurationsResult |
ListTestConfigurationsResult.withTestConfigurations(TestConfigurationSummary... testConfigurations)
The test configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTestConfigurationsResult.setTestConfigurations(Collection<TestConfigurationSummary> testConfigurations)
The test configurations.
|
ListTestConfigurationsResult |
ListTestConfigurationsResult.withTestConfigurations(Collection<TestConfigurationSummary> testConfigurations)
The test configurations.
|
Copyright © 2025. All rights reserved.