Uses of Class
software.amazon.awssdk.services.iotdeviceadvisor.model.SuiteRunInformation
-
Packages that use SuiteRunInformation Package Description software.amazon.awssdk.services.iotdeviceadvisor.model -
-
Uses of SuiteRunInformation in software.amazon.awssdk.services.iotdeviceadvisor.model
Methods in software.amazon.awssdk.services.iotdeviceadvisor.model that return types with arguments of type SuiteRunInformation Modifier and Type Method Description List<SuiteRunInformation>ListSuiteRunsResponse. suiteRunsList()An array of objects that provide summaries of information about the suite runs in the list.Methods in software.amazon.awssdk.services.iotdeviceadvisor.model with parameters of type SuiteRunInformation Modifier and Type Method Description ListSuiteRunsResponse.BuilderListSuiteRunsResponse.Builder. suiteRunsList(SuiteRunInformation... suiteRunsList)An array of objects that provide summaries of information about the suite runs in the list.Method parameters in software.amazon.awssdk.services.iotdeviceadvisor.model with type arguments of type SuiteRunInformation Modifier and Type Method Description ListSuiteRunsResponse.BuilderListSuiteRunsResponse.Builder. suiteRunsList(Collection<SuiteRunInformation> suiteRunsList)An array of objects that provide summaries of information about the suite runs in the list.
-