| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
static CoreDeviceStatus |
CoreDeviceStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CoreDeviceStatus |
ListCoreDevicesRequest.status()
The core device status by which to filter.
|
CoreDeviceStatus |
CoreDevice.status()
The status of the core device.
|
CoreDeviceStatus |
GetCoreDeviceResponse.status()
The status of the core device.
|
static CoreDeviceStatus |
CoreDeviceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreDeviceStatus[] |
CoreDeviceStatus.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<CoreDeviceStatus> |
CoreDeviceStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListCoreDevicesRequest.Builder |
ListCoreDevicesRequest.Builder.status(CoreDeviceStatus status)
The core device status by which to filter.
|
CoreDevice.Builder |
CoreDevice.Builder.status(CoreDeviceStatus status)
The status of the core device.
|
GetCoreDeviceResponse.Builder |
GetCoreDeviceResponse.Builder.status(CoreDeviceStatus status)
The status of the core device.
|
Copyright © 2023. All rights reserved.