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