| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
PromptSummary |
PromptSummary.clone() |
PromptSummary |
PromptSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the prompt.
|
PromptSummary |
PromptSummary.withCreatedAt(Date createdAt)
The time at which the prompt was created.
|
PromptSummary |
PromptSummary.withDescription(String description)
The description of the prompt.
|
PromptSummary |
PromptSummary.withId(String id)
The unique identifier of the prompt.
|
PromptSummary |
PromptSummary.withName(String name)
The name of the prompt.
|
PromptSummary |
PromptSummary.withUpdatedAt(Date updatedAt)
The time at which the prompt was last updated.
|
PromptSummary |
PromptSummary.withVersion(String version)
The version of the prompt that this summary applies to.
|
| Modifier and Type | Method and Description |
|---|---|
List<PromptSummary> |
ListPromptsResult.getPromptSummaries()
A list, each member of which contains information about a prompt using Prompt management.
|
| Modifier and Type | Method and Description |
|---|---|
ListPromptsResult |
ListPromptsResult.withPromptSummaries(PromptSummary... promptSummaries)
A list, each member of which contains information about a prompt using Prompt management.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPromptsResult.setPromptSummaries(Collection<PromptSummary> promptSummaries)
A list, each member of which contains information about a prompt using Prompt management.
|
ListPromptsResult |
ListPromptsResult.withPromptSummaries(Collection<PromptSummary> promptSummaries)
A list, each member of which contains information about a prompt using Prompt management.
|
Copyright © 2024. All rights reserved.