Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetFlowAliasRequest
-
Packages that use GetFlowAliasRequest Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.transform -
-
Uses of GetFlowAliasRequest in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent with parameters of type GetFlowAliasRequest Modifier and Type Method Description default CompletableFuture<GetFlowAliasResponse>BedrockAgentAsyncClient. getFlowAlias(GetFlowAliasRequest getFlowAliasRequest)Retrieves information about a flow.default GetFlowAliasResponseBedrockAgentClient. getFlowAlias(GetFlowAliasRequest getFlowAliasRequest)Retrieves information about a flow. -
Uses of GetFlowAliasRequest in software.amazon.awssdk.services.bedrockagent.transform
Methods in software.amazon.awssdk.services.bedrockagent.transform with parameters of type GetFlowAliasRequest Modifier and Type Method Description SdkHttpFullRequestGetFlowAliasRequestMarshaller. marshall(GetFlowAliasRequest getFlowAliasRequest)
-