| Package | Description |
|---|---|
| software.amazon.awssdk.services.wisdom.model |
| Modifier and Type | Method and Description |
|---|---|
static AssistantType |
AssistantType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AssistantType |
CreateAssistantRequest.type()
The type of assistant.
|
AssistantType |
AssistantSummary.type()
The type of the assistant.
|
AssistantType |
AssistantData.type()
The type of assistant.
|
static AssistantType |
AssistantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssistantType[] |
AssistantType.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<AssistantType> |
AssistantType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateAssistantRequest.Builder |
CreateAssistantRequest.Builder.type(AssistantType type)
The type of assistant.
|
AssistantSummary.Builder |
AssistantSummary.Builder.type(AssistantType type)
The type of the assistant.
|
AssistantData.Builder |
AssistantData.Builder.type(AssistantType type)
The type of assistant.
|
Copyright © 2021. All rights reserved.