| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
DownlinkMode |
ParticipatingGateways.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 DownlinkMode |
DownlinkMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DownlinkMode |
DownlinkMode.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DownlinkMode> |
DownlinkMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ParticipatingGateways.Builder |
ParticipatingGateways.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.
|
Copyright © 2023. All rights reserved.