Uses of Class
software.amazon.awssdk.services.iotdeviceadvisor.model.GetSuiteRunReportResponse
-
Packages that use GetSuiteRunReportResponse Package Description software.amazon.awssdk.services.iotdeviceadvisor Amazon Web Services IoT Core Device Advisor is a cloud-based, fully managed test capability for validating IoT devices during device software development. -
-
Uses of GetSuiteRunReportResponse in software.amazon.awssdk.services.iotdeviceadvisor
Methods in software.amazon.awssdk.services.iotdeviceadvisor that return GetSuiteRunReportResponse Modifier and Type Method Description default GetSuiteRunReportResponseIotDeviceAdvisorClient. getSuiteRunReport(Consumer<GetSuiteRunReportRequest.Builder> getSuiteRunReportRequest)Gets a report download link for a successful Device Advisor qualifying test suite run.default GetSuiteRunReportResponseIotDeviceAdvisorClient. getSuiteRunReport(GetSuiteRunReportRequest getSuiteRunReportRequest)Gets a report download link for a successful Device Advisor qualifying test suite run.Methods in software.amazon.awssdk.services.iotdeviceadvisor that return types with arguments of type GetSuiteRunReportResponse Modifier and Type Method Description default CompletableFuture<GetSuiteRunReportResponse>IotDeviceAdvisorAsyncClient. getSuiteRunReport(Consumer<GetSuiteRunReportRequest.Builder> getSuiteRunReportRequest)Gets a report download link for a successful Device Advisor qualifying test suite run.default CompletableFuture<GetSuiteRunReportResponse>IotDeviceAdvisorAsyncClient. getSuiteRunReport(GetSuiteRunReportRequest getSuiteRunReportRequest)Gets a report download link for a successful Device Advisor qualifying test suite run.
-