Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetFlowAliasResponse
Packages that use GetFlowAliasResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of GetFlowAliasResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return GetFlowAliasResponseModifier and TypeMethodDescriptiondefault GetFlowAliasResponseBedrockAgentClient.getFlowAlias(Consumer<GetFlowAliasRequest.Builder> getFlowAliasRequest) Retrieves information about a flow.default GetFlowAliasResponseBedrockAgentClient.getFlowAlias(GetFlowAliasRequest getFlowAliasRequest) Retrieves information about a flow.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type GetFlowAliasResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetFlowAliasResponse>BedrockAgentAsyncClient.getFlowAlias(Consumer<GetFlowAliasRequest.Builder> getFlowAliasRequest) Retrieves information about a flow.default CompletableFuture<GetFlowAliasResponse>BedrockAgentAsyncClient.getFlowAlias(GetFlowAliasRequest getFlowAliasRequest) Retrieves information about a flow.