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