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