| Package | Description |
|---|---|
| com.amazonaws.services.connectwisdom.model |
| Modifier and Type | Method and Description |
|---|---|
AssistantSummary |
AssistantSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
AssistantSummary |
AssistantSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
AssistantSummary |
AssistantSummary.clone() |
AssistantSummary |
AssistantSummary.withAssistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Wisdom assistant.
|
AssistantSummary |
AssistantSummary.withAssistantId(String assistantId)
The identifier of the Wisdom assistant.
|
AssistantSummary |
AssistantSummary.withDescription(String description)
The description of the assistant.
|
AssistantSummary |
AssistantSummary.withIntegrationConfiguration(AssistantIntegrationConfiguration integrationConfiguration)
The configuration information for the Wisdom assistant integration.
|
AssistantSummary |
AssistantSummary.withName(String name)
The name of the assistant.
|
AssistantSummary |
AssistantSummary.withServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The KMS key used for encryption.
|
AssistantSummary |
AssistantSummary.withStatus(AssistantStatus status)
The status of the assistant.
|
AssistantSummary |
AssistantSummary.withStatus(String status)
The status of the assistant.
|
AssistantSummary |
AssistantSummary.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
AssistantSummary |
AssistantSummary.withType(AssistantType type)
The type of the assistant.
|
AssistantSummary |
AssistantSummary.withType(String type)
The type of the assistant.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssistantSummary> |
ListAssistantsResult.getAssistantSummaries()
Information about the assistants.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssistantsResult |
ListAssistantsResult.withAssistantSummaries(AssistantSummary... assistantSummaries)
Information about the assistants.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssistantsResult.setAssistantSummaries(Collection<AssistantSummary> assistantSummaries)
Information about the assistants.
|
ListAssistantsResult |
ListAssistantsResult.withAssistantSummaries(Collection<AssistantSummary> assistantSummaries)
Information about the assistants.
|
Copyright © 2023. All rights reserved.