Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetFlowVersionResponse
-
Packages that use GetFlowVersionResponse Package Description software.amazon.awssdk.services.bedrockagent 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 GetFlowVersionResponse Modifier and Type Method Description default 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 GetFlowVersionResponse Modifier and Type Method Description default 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.
-