Uses of Class
software.amazon.awssdk.services.iotdeviceadvisor.model.GroupResult
-
Packages that use GroupResult Package Description software.amazon.awssdk.services.iotdeviceadvisor.model -
-
Uses of GroupResult in software.amazon.awssdk.services.iotdeviceadvisor.model
Methods in software.amazon.awssdk.services.iotdeviceadvisor.model that return types with arguments of type GroupResult Modifier and Type Method Description List<GroupResult>TestResult. groups()Show each group of test results.Methods in software.amazon.awssdk.services.iotdeviceadvisor.model with parameters of type GroupResult Modifier and Type Method Description TestResult.BuilderTestResult.Builder. groups(GroupResult... groups)Show each group of test results.Method parameters in software.amazon.awssdk.services.iotdeviceadvisor.model with type arguments of type GroupResult Modifier and Type Method Description TestResult.BuilderTestResult.Builder. groups(Collection<GroupResult> groups)Show each group of test results.
-