Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetFlowVersionResponse
Packages that use GetFlowVersionResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of GetFlowVersionResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return GetFlowVersionResponseModifier and TypeMethodDescriptiondefault GetFlowVersionResponseBedrockAgentClient.getFlowVersion(Consumer<GetFlowVersionRequest.Builder> getFlowVersionRequest) Retrieves information about a version of a flow.default GetFlowVersionResponseBedrockAgentClient.getFlowVersion(GetFlowVersionRequest getFlowVersionRequest) Retrieves information about a version of a flow.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type GetFlowVersionResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetFlowVersionResponse>BedrockAgentAsyncClient.getFlowVersion(Consumer<GetFlowVersionRequest.Builder> getFlowVersionRequest) Retrieves information about a version of a flow.default CompletableFuture<GetFlowVersionResponse>BedrockAgentAsyncClient.getFlowVersion(GetFlowVersionRequest getFlowVersionRequest) Retrieves information about a version of a flow.