| Package | Description |
|---|---|
| com.amazonaws.services.iotdeviceadvisor.model |
| Modifier and Type | Method and Description |
|---|---|
GroupResult |
GroupResult.clone() |
GroupResult |
GroupResult.withGroupId(String groupId)
Group result ID.
|
GroupResult |
GroupResult.withGroupName(String groupName)
Group Result Name.
|
GroupResult |
GroupResult.withTests(Collection<TestCaseRun> tests)
Tests under Group Result.
|
GroupResult |
GroupResult.withTests(TestCaseRun... tests)
Tests under Group Result.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupResult> |
TestResult.getGroups()
Show each group of test results.
|
| Modifier and Type | Method and Description |
|---|---|
TestResult |
TestResult.withGroups(GroupResult... groups)
Show each group of test results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestResult.setGroups(Collection<GroupResult> groups)
Show each group of test results.
|
TestResult |
TestResult.withGroups(Collection<GroupResult> groups)
Show each group of test results.
|
Copyright © 2023. All rights reserved.