| 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 |
|---|---|
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 |
|---|---|
ListTestCasesRequest |
ListTestCasesRequest.clone() |
ListTestCasesRequest |
ListTestCasesRequest.withIntendedForQualification(Boolean intendedForQualification)
Lists all the qualification test cases in the test suite.
|
ListTestCasesRequest |
ListTestCasesRequest.withMaxResults(Integer maxResults)
Requests the test cases max results.
|
ListTestCasesRequest |
ListTestCasesRequest.withNextToken(String nextToken)
Requests the test cases next token.
|
Copyright © 2021. All rights reserved.