Uses of Class
software.amazon.awssdk.services.bedrockagent.model.UpdateFlowResponse
-
Packages that use UpdateFlowResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents. -
-
Uses of UpdateFlowResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return UpdateFlowResponse Modifier and Type Method Description default UpdateFlowResponseBedrockAgentClient. updateFlow(Consumer<UpdateFlowRequest.Builder> updateFlowRequest)Modifies a flow.default UpdateFlowResponseBedrockAgentClient. updateFlow(UpdateFlowRequest updateFlowRequest)Modifies a flow.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type UpdateFlowResponse Modifier and Type Method Description default CompletableFuture<UpdateFlowResponse>BedrockAgentAsyncClient. updateFlow(Consumer<UpdateFlowRequest.Builder> updateFlowRequest)Modifies a flow.default CompletableFuture<UpdateFlowResponse>BedrockAgentAsyncClient. updateFlow(UpdateFlowRequest updateFlowRequest)Modifies a flow.
-