Uses of Class
software.amazon.awssdk.services.iotdeviceadvisor.model.StopSuiteRunRequest
-
Packages that use StopSuiteRunRequest 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.software.amazon.awssdk.services.iotdeviceadvisor.transform -
-
Uses of StopSuiteRunRequest in software.amazon.awssdk.services.iotdeviceadvisor
Methods in software.amazon.awssdk.services.iotdeviceadvisor with parameters of type StopSuiteRunRequest Modifier and Type Method Description default CompletableFuture<StopSuiteRunResponse>IotDeviceAdvisorAsyncClient. stopSuiteRun(StopSuiteRunRequest stopSuiteRunRequest)Stops a Device Advisor test suite run that is currently running.default StopSuiteRunResponseIotDeviceAdvisorClient. stopSuiteRun(StopSuiteRunRequest stopSuiteRunRequest)Stops a Device Advisor test suite run that is currently running. -
Uses of StopSuiteRunRequest in software.amazon.awssdk.services.iotdeviceadvisor.transform
Methods in software.amazon.awssdk.services.iotdeviceadvisor.transform with parameters of type StopSuiteRunRequest Modifier and Type Method Description SdkHttpFullRequestStopSuiteRunRequestMarshaller. marshall(StopSuiteRunRequest stopSuiteRunRequest)
-