Uses of Class
software.amazon.awssdk.services.iotwireless.model.MulticastGroupByFuotaTask
-
Packages that use MulticastGroupByFuotaTask Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of MulticastGroupByFuotaTask in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type MulticastGroupByFuotaTask Modifier and Type Method Description List<MulticastGroupByFuotaTask>ListMulticastGroupsByFuotaTaskResponse. multicastGroupList()Returns the value of the MulticastGroupList property for this object.Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type MulticastGroupByFuotaTask Modifier and Type Method Description ListMulticastGroupsByFuotaTaskResponse.BuilderListMulticastGroupsByFuotaTaskResponse.Builder. multicastGroupList(MulticastGroupByFuotaTask... multicastGroupList)Sets the value of the MulticastGroupList property for this object.Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type MulticastGroupByFuotaTask Modifier and Type Method Description ListMulticastGroupsByFuotaTaskResponse.BuilderListMulticastGroupsByFuotaTaskResponse.Builder. multicastGroupList(Collection<MulticastGroupByFuotaTask> multicastGroupList)Sets the value of the MulticastGroupList property for this object.
-