Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.SmartHomeAppliance
-
Packages that use SmartHomeAppliance Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of SmartHomeAppliance in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type SmartHomeAppliance Modifier and Type Method Description List<SmartHomeAppliance>ListSmartHomeAppliancesResponse. smartHomeAppliances()The smart home appliances.Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type SmartHomeAppliance Modifier and Type Method Description ListSmartHomeAppliancesResponse.BuilderListSmartHomeAppliancesResponse.Builder. smartHomeAppliances(SmartHomeAppliance... smartHomeAppliances)The smart home appliances.Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type SmartHomeAppliance Modifier and Type Method Description ListSmartHomeAppliancesResponse.BuilderListSmartHomeAppliancesResponse.Builder. smartHomeAppliances(Collection<SmartHomeAppliance> smartHomeAppliances)The smart home appliances.
-