| 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<DeleteFlowResult> |
AWSBedrockAgentAsyncClient.deleteFlowAsync(DeleteFlowRequest request,
AsyncHandler<DeleteFlowRequest,DeleteFlowResult> asyncHandler) |
Future<DeleteFlowResult> |
AWSBedrockAgentAsync.deleteFlowAsync(DeleteFlowRequest deleteFlowRequest,
AsyncHandler<DeleteFlowRequest,DeleteFlowResult> asyncHandler)
Deletes a flow.
|
Future<DeleteFlowResult> |
AbstractAWSBedrockAgentAsync.deleteFlowAsync(DeleteFlowRequest request,
AsyncHandler<DeleteFlowRequest,DeleteFlowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteFlowRequest |
DeleteFlowRequest.clone() |
DeleteFlowRequest |
DeleteFlowRequest.withFlowIdentifier(String flowIdentifier)
The unique identifier of the flow.
|
DeleteFlowRequest |
DeleteFlowRequest.withSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
By default, this value is
false and deletion is stopped if the resource is in use. |
Copyright © 2025. All rights reserved.