| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
FlowAliasSummary |
FlowAliasSummary.clone() |
FlowAliasSummary |
FlowAliasSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the flow alias.
|
FlowAliasSummary |
FlowAliasSummary.withCreatedAt(Date createdAt)
The time at which the alias was created.
|
FlowAliasSummary |
FlowAliasSummary.withDescription(String description)
A description of the alias.
|
FlowAliasSummary |
FlowAliasSummary.withFlowId(String flowId)
The unique identifier of the flow.
|
FlowAliasSummary |
FlowAliasSummary.withId(String id)
The unique identifier of the alias of the flow.
|
FlowAliasSummary |
FlowAliasSummary.withName(String name)
The name of the alias.
|
FlowAliasSummary |
FlowAliasSummary.withRoutingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration)
A list of configurations about the versions that the alias maps to.
|
FlowAliasSummary |
FlowAliasSummary.withRoutingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration)
A list of configurations about the versions that the alias maps to.
|
FlowAliasSummary |
FlowAliasSummary.withUpdatedAt(Date updatedAt)
The time at which the alias was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<FlowAliasSummary> |
ListFlowAliasesResult.getFlowAliasSummaries()
A list, each member of which contains information about a flow alias.
|
| Modifier and Type | Method and Description |
|---|---|
ListFlowAliasesResult |
ListFlowAliasesResult.withFlowAliasSummaries(FlowAliasSummary... flowAliasSummaries)
A list, each member of which contains information about a flow alias.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFlowAliasesResult.setFlowAliasSummaries(Collection<FlowAliasSummary> flowAliasSummaries)
A list, each member of which contains information about a flow alias.
|
ListFlowAliasesResult |
ListFlowAliasesResult.withFlowAliasSummaries(Collection<FlowAliasSummary> flowAliasSummaries)
A list, each member of which contains information about a flow alias.
|
Copyright © 2025. All rights reserved.