Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetFlowRequest
-
Packages that use GetFlowRequest 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 GetFlowRequest in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent with parameters of type GetFlowRequest Modifier and Type Method Description default CompletableFuture<GetFlowResponse>BedrockAgentAsyncClient. getFlow(GetFlowRequest getFlowRequest)Retrieves information about a flow.default GetFlowResponseBedrockAgentClient. getFlow(GetFlowRequest getFlowRequest)Retrieves information about a flow. -
Uses of GetFlowRequest in software.amazon.awssdk.services.bedrockagent.transform
Methods in software.amazon.awssdk.services.bedrockagent.transform with parameters of type GetFlowRequest Modifier and Type Method Description SdkHttpFullRequestGetFlowRequestMarshaller. marshall(GetFlowRequest getFlowRequest)
-