| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static Status |
Status.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
GetBotResult.setStatus(Status status)
The status of the bot.
|
void |
BotMetadata.setStatus(Status status)
The status of the bot.
|
void |
PutBotResult.setStatus(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. |
void |
CreateBotVersionResult.setStatus(Status status)
When you send a request to create or update a bot, Amazon Lex sets the
status response element to
BUILDING. |
GetBotResult |
GetBotResult.withStatus(Status status)
The status of the bot.
|
BotMetadata |
BotMetadata.withStatus(Status status)
The status of the bot.
|
PutBotResult |
PutBotResult.withStatus(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. |
CreateBotVersionResult |
CreateBotVersionResult.withStatus(Status status)
When you send a request to create or update a bot, Amazon Lex sets the
status response element to
BUILDING. |
Copyright © 2020. All rights reserved.