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