Uses of Class
software.amazon.awssdk.services.iotdeviceadvisor.model.GetSuiteRunRequest
-
Packages that use GetSuiteRunRequest 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 GetSuiteRunRequest in software.amazon.awssdk.services.iotdeviceadvisor
Methods in software.amazon.awssdk.services.iotdeviceadvisor with parameters of type GetSuiteRunRequest Modifier and Type Method Description default CompletableFuture<GetSuiteRunResponse>IotDeviceAdvisorAsyncClient. getSuiteRun(GetSuiteRunRequest getSuiteRunRequest)Gets information about a Device Advisor test suite run.default GetSuiteRunResponseIotDeviceAdvisorClient. getSuiteRun(GetSuiteRunRequest getSuiteRunRequest)Gets information about a Device Advisor test suite run. -
Uses of GetSuiteRunRequest in software.amazon.awssdk.services.iotdeviceadvisor.transform
Methods in software.amazon.awssdk.services.iotdeviceadvisor.transform with parameters of type GetSuiteRunRequest Modifier and Type Method Description SdkHttpFullRequestGetSuiteRunRequestMarshaller. marshall(GetSuiteRunRequest getSuiteRunRequest)
-