Uses of Class
software.amazon.awssdk.services.wisdom.model.AssistantType
-
Packages that use AssistantType Package Description software.amazon.awssdk.services.wisdom.model -
-
Uses of AssistantType in software.amazon.awssdk.services.wisdom.model
Methods in software.amazon.awssdk.services.wisdom.model that return AssistantType Modifier and Type Method Description static AssistantTypeAssistantType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AssistantTypeAssistantData. type()The type of assistant.AssistantTypeAssistantSummary. type()The type of the assistant.AssistantTypeCreateAssistantRequest. type()The type of assistant.static AssistantTypeAssistantType. 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.Methods in software.amazon.awssdk.services.wisdom.model that return types with arguments of type AssistantType Modifier and Type Method Description static Set<AssistantType>AssistantType. knownValues()Methods in software.amazon.awssdk.services.wisdom.model with parameters of type AssistantType Modifier and Type Method Description AssistantData.BuilderAssistantData.Builder. type(AssistantType type)The type of assistant.AssistantSummary.BuilderAssistantSummary.Builder. type(AssistantType type)The type of the assistant.CreateAssistantRequest.BuilderCreateAssistantRequest.Builder. type(AssistantType type)The type of assistant.
-