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