| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Prompt |
Prompt.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Prompt |
Prompt.clearTagsEntries()
Removes all the entries added into Tags.
|
Prompt |
Prompt.clone() |
Prompt |
DescribePromptResult.getPrompt()
Information about the prompt.
|
Prompt |
Prompt.withDescription(String description)
The description of the prompt.
|
Prompt |
Prompt.withLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
Prompt |
Prompt.withLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
|
Prompt |
Prompt.withName(String name)
The name of the prompt.
|
Prompt |
Prompt.withPromptARN(String promptARN)
The Amazon Resource Name (ARN) of the prompt.
|
Prompt |
Prompt.withPromptId(String promptId)
A unique identifier for the prompt.
|
Prompt |
Prompt.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<Prompt> |
SearchPromptsResult.getPrompts()
Information about the prompts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePromptResult.setPrompt(Prompt prompt)
Information about the prompt.
|
DescribePromptResult |
DescribePromptResult.withPrompt(Prompt prompt)
Information about the prompt.
|
SearchPromptsResult |
SearchPromptsResult.withPrompts(Prompt... prompts)
Information about the prompts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchPromptsResult.setPrompts(Collection<Prompt> prompts)
Information about the prompts.
|
SearchPromptsResult |
SearchPromptsResult.withPrompts(Collection<Prompt> prompts)
Information about the prompts.
|
Copyright © 2024. All rights reserved.