| Package | Description |
|---|---|
| com.amazonaws.services.iotdeviceadvisor |
AWS IoT Core Device Advisor is a cloud-based, fully managed test capability for validating IoT devices during device
software development.
|
| com.amazonaws.services.iotdeviceadvisor.model |
| Modifier and Type | Method and Description |
|---|---|
ListTestCasesResult |
AbstractAWSIoTDeviceAdvisor.listTestCases(ListTestCasesRequest request) |
ListTestCasesResult |
AWSIoTDeviceAdvisorClient.listTestCases(ListTestCasesRequest request)
Lists all the test cases in the test suite.
|
ListTestCasesResult |
AWSIoTDeviceAdvisor.listTestCases(ListTestCasesRequest listTestCasesRequest)
Lists all the test cases in the test suite.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTestCasesResult> |
AbstractAWSIoTDeviceAdvisorAsync.listTestCasesAsync(ListTestCasesRequest request,
AsyncHandler<ListTestCasesRequest,ListTestCasesResult> asyncHandler) |
Future<ListTestCasesResult> |
AWSIoTDeviceAdvisorAsync.listTestCasesAsync(ListTestCasesRequest listTestCasesRequest,
AsyncHandler<ListTestCasesRequest,ListTestCasesResult> asyncHandler)
Lists all the test cases in the test suite.
|
Future<ListTestCasesResult> |
AWSIoTDeviceAdvisorAsyncClient.listTestCasesAsync(ListTestCasesRequest request,
AsyncHandler<ListTestCasesRequest,ListTestCasesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTestCasesResult |
ListTestCasesResult.addGroupConfigurationEntry(String key,
String value)
Add a single GroupConfiguration entry
|
ListTestCasesResult |
ListTestCasesResult.addRootGroupConfigurationEntry(String key,
String value)
Add a single RootGroupConfiguration entry
|
ListTestCasesResult |
ListTestCasesResult.clearGroupConfigurationEntries()
Removes all the entries added into GroupConfiguration.
|
ListTestCasesResult |
ListTestCasesResult.clearRootGroupConfigurationEntries()
Removes all the entries added into RootGroupConfiguration.
|
ListTestCasesResult |
ListTestCasesResult.clone() |
ListTestCasesResult |
ListTestCasesResult.withCategories(Collection<TestCaseCategory> categories)
Gets the category of test case.
|
ListTestCasesResult |
ListTestCasesResult.withCategories(TestCaseCategory... categories)
Gets the category of test case.
|
ListTestCasesResult |
ListTestCasesResult.withGroupConfiguration(Map<String,String> groupConfiguration)
Gets the configuration of test group.
|
ListTestCasesResult |
ListTestCasesResult.withNextToken(String nextToken)
Test cases next token response.
|
ListTestCasesResult |
ListTestCasesResult.withRootGroupConfiguration(Map<String,String> rootGroupConfiguration)
Gets the configuration of root test group.
|
Copyright © 2021. All rights reserved.