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