| Package | Description |
|---|---|
| com.amazonaws.services.iotdeviceadvisor.model |
| Modifier and Type | Method and Description |
|---|---|
TestCaseCategory |
TestCaseCategory.clone() |
TestCaseCategory |
TestCaseCategory.withName(String name)
Lists all the tests name in the specified category.
|
TestCaseCategory |
TestCaseCategory.withTests(Collection<TestCase> tests)
Lists all the tests in the specified category.
|
TestCaseCategory |
TestCaseCategory.withTests(TestCase... tests)
Lists all the tests in the specified category.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestCaseCategory> |
ListTestCasesResult.getCategories()
Gets the category of test case.
|
| Modifier and Type | Method and Description |
|---|---|
ListTestCasesResult |
ListTestCasesResult.withCategories(TestCaseCategory... categories)
Gets the category of test case.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTestCasesResult.setCategories(Collection<TestCaseCategory> categories)
Gets the category of test case.
|
ListTestCasesResult |
ListTestCasesResult.withCategories(Collection<TestCaseCategory> categories)
Gets the category of test case.
|
Copyright © 2021. All rights reserved.