| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
static WirelessGatewayTaskStatus |
WirelessGatewayTaskStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
WirelessGatewayTaskStatus |
GetWirelessGatewayTaskResponse.status()
The status of the request.
|
WirelessGatewayTaskStatus |
CreateWirelessGatewayTaskResponse.status()
The status of the request.
|
static WirelessGatewayTaskStatus |
WirelessGatewayTaskStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WirelessGatewayTaskStatus[] |
WirelessGatewayTaskStatus.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<WirelessGatewayTaskStatus> |
WirelessGatewayTaskStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetWirelessGatewayTaskResponse.Builder |
GetWirelessGatewayTaskResponse.Builder.status(WirelessGatewayTaskStatus status)
The status of the request.
|
CreateWirelessGatewayTaskResponse.Builder |
CreateWirelessGatewayTaskResponse.Builder.status(WirelessGatewayTaskStatus status)
The status of the request.
|
Copyright © 2022. All rights reserved.