| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static Status |
Status.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Status |
PutBotResponse.status()
When you send a request to create a bot with
processBehavior set to BUILD, Amazon Lex
sets the status response element to BUILDING. |
Status |
BotMetadata.status()
The status of the bot.
|
Status |
CreateBotVersionResponse.status()
When you send a request to create or update a bot, Amazon Lex sets the
status response element to
BUILDING. |
Status |
GetBotResponse.status()
The status of the bot.
|
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.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<Status> |
Status.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PutBotResponse.Builder |
PutBotResponse.Builder.status(Status status)
When you send a request to create a bot with
processBehavior set to BUILD, Amazon
Lex sets the status response element to BUILDING. |
BotMetadata.Builder |
BotMetadata.Builder.status(Status status)
The status of the bot.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.status(Status status)
When you send a request to create or update a bot, Amazon Lex sets the
status response element
to BUILDING. |
GetBotResponse.Builder |
GetBotResponse.Builder.status(Status status)
The status of the bot.
|
Copyright © 2022. All rights reserved.