Uses of Class
software.amazon.awssdk.services.iotwireless.model.DownlinkMode
-
Packages that use DownlinkMode Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of DownlinkMode in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return DownlinkMode Modifier and Type Method Description DownlinkModeParticipatingGateways. downlinkMode()Indicates whether to send the downlink message in sequential mode or concurrent mode, or to use only the chosen gateways from the previous uplink message transmission.static DownlinkModeDownlinkMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DownlinkModeDownlinkMode. valueOf(String name)Returns the enum constant of this type with the specified name.static DownlinkMode[]DownlinkMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type DownlinkMode Modifier and Type Method Description static Set<DownlinkMode>DownlinkMode. knownValues()Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type DownlinkMode Modifier and Type Method Description ParticipatingGateways.BuilderParticipatingGateways.Builder. downlinkMode(DownlinkMode downlinkMode)Indicates whether to send the downlink message in sequential mode or concurrent mode, or to use only the chosen gateways from the previous uplink message transmission.
-