| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent |
Describes the API operations for creating and managing Amazon Bedrock agents.
|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteFlowVersionResult> |
AWSBedrockAgentAsyncClient.deleteFlowVersionAsync(DeleteFlowVersionRequest request,
AsyncHandler<DeleteFlowVersionRequest,DeleteFlowVersionResult> asyncHandler) |
Future<DeleteFlowVersionResult> |
AWSBedrockAgentAsync.deleteFlowVersionAsync(DeleteFlowVersionRequest deleteFlowVersionRequest,
AsyncHandler<DeleteFlowVersionRequest,DeleteFlowVersionResult> asyncHandler)
Deletes a version of a flow.
|
Future<DeleteFlowVersionResult> |
AbstractAWSBedrockAgentAsync.deleteFlowVersionAsync(DeleteFlowVersionRequest request,
AsyncHandler<DeleteFlowVersionRequest,DeleteFlowVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteFlowVersionRequest |
DeleteFlowVersionRequest.clone() |
DeleteFlowVersionRequest |
DeleteFlowVersionRequest.withFlowIdentifier(String flowIdentifier)
The unique identifier of the flow whose version that you want to delete
|
DeleteFlowVersionRequest |
DeleteFlowVersionRequest.withFlowVersion(String flowVersion)
The version of the flow that you want to delete.
|
DeleteFlowVersionRequest |
DeleteFlowVersionRequest.withSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
By default, this value is
false and deletion is stopped if the resource is in use. |
Copyright © 2025. All rights reserved.