| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
GuardrailSummary |
GuardrailSummary.clone() |
GuardrailSummary |
GuardrailSummary.withArn(String arn)
The ARN of the guardrail.
|
GuardrailSummary |
GuardrailSummary.withCreatedAt(Date createdAt)
The date and time at which the guardrail was created.
|
GuardrailSummary |
GuardrailSummary.withDescription(String description)
A description of the guardrail.
|
GuardrailSummary |
GuardrailSummary.withId(String id)
The unique identifier of the guardrail.
|
GuardrailSummary |
GuardrailSummary.withName(String name)
The name of the guardrail.
|
GuardrailSummary |
GuardrailSummary.withStatus(GuardrailStatus status)
The status of the guardrail.
|
GuardrailSummary |
GuardrailSummary.withStatus(String status)
The status of the guardrail.
|
GuardrailSummary |
GuardrailSummary.withUpdatedAt(Date updatedAt)
The date and time at which the guardrail was last updated.
|
GuardrailSummary |
GuardrailSummary.withVersion(String version)
The version of the guardrail.
|
| Modifier and Type | Method and Description |
|---|---|
List<GuardrailSummary> |
ListGuardrailsResult.getGuardrails()
A list of objects, each of which contains details about a guardrail.
|
| Modifier and Type | Method and Description |
|---|---|
ListGuardrailsResult |
ListGuardrailsResult.withGuardrails(GuardrailSummary... guardrails)
A list of objects, each of which contains details about a guardrail.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGuardrailsResult.setGuardrails(Collection<GuardrailSummary> guardrails)
A list of objects, each of which contains details about a guardrail.
|
ListGuardrailsResult |
ListGuardrailsResult.withGuardrails(Collection<GuardrailSummary> guardrails)
A list of objects, each of which contains details about a guardrail.
|
Copyright © 2025. All rights reserved.