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