Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.GetFlowRequest.Builder
-
Packages that use GetFlowRequest.Builder Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.model -
-
Uses of GetFlowRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type GetFlowRequest.Builder Modifier and Type Method Description default CompletableFuture<GetFlowResponse>BedrockAgentAsyncClient. getFlow(Consumer<GetFlowRequest.Builder> getFlowRequest)Retrieves information about a flow.default GetFlowResponseBedrockAgentClient. getFlow(Consumer<GetFlowRequest.Builder> getFlowRequest)Retrieves information about a flow. -
Uses of GetFlowRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return GetFlowRequest.Builder Modifier and Type Method Description static GetFlowRequest.BuilderGetFlowRequest. builder()GetFlowRequest.BuilderGetFlowRequest.Builder. flowIdentifier(String flowIdentifier)The unique identifier of the flow.GetFlowRequest.BuilderGetFlowRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFlowRequest.BuilderGetFlowRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetFlowRequest.BuilderGetFlowRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type GetFlowRequest.Builder Modifier and Type Method Description static Class<? extends GetFlowRequest.Builder>GetFlowRequest. serializableBuilderClass()
-