| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static GlossaryTermStatus |
GlossaryTermStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
GlossaryTermStatus |
CreateGlossaryTermResponse.status()
The status of this business glossary term.
|
GlossaryTermStatus |
CreateGlossaryTermRequest.status()
The status of this business glossary term.
|
GlossaryTermStatus |
UpdateGlossaryTermRequest.status()
The status to be updated as part of the
UpdateGlossaryTerm action. |
GlossaryTermStatus |
UpdateGlossaryTermResponse.status()
The status to be updated as part of the
UpdateGlossaryTerm action. |
GlossaryTermStatus |
GetGlossaryTermResponse.status()
The status of the business glossary term.
|
GlossaryTermStatus |
GlossaryTermItem.status()
The status of the business glossary term.
|
static GlossaryTermStatus |
GlossaryTermStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlossaryTermStatus[] |
GlossaryTermStatus.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<GlossaryTermStatus> |
GlossaryTermStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateGlossaryTermResponse.Builder |
CreateGlossaryTermResponse.Builder.status(GlossaryTermStatus status)
The status of this business glossary term.
|
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.status(GlossaryTermStatus status)
The status of this business glossary term.
|
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.status(GlossaryTermStatus status)
The status to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermResponse.Builder |
UpdateGlossaryTermResponse.Builder.status(GlossaryTermStatus status)
The status to be updated as part of the
UpdateGlossaryTerm action. |
GetGlossaryTermResponse.Builder |
GetGlossaryTermResponse.Builder.status(GlossaryTermStatus status)
The status of the business glossary term.
|
GlossaryTermItem.Builder |
GlossaryTermItem.Builder.status(GlossaryTermStatus status)
The status of the business glossary term.
|
Copyright © 2023. All rights reserved.