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