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