Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.GetFlowVersionRequest.Builder
-
Packages that use GetFlowVersionRequest.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 GetFlowVersionRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type GetFlowVersionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetFlowVersionResponse>BedrockAgentAsyncClient. getFlowVersion(Consumer<GetFlowVersionRequest.Builder> getFlowVersionRequest)Retrieves information about a version of a flow.default GetFlowVersionResponseBedrockAgentClient. getFlowVersion(Consumer<GetFlowVersionRequest.Builder> getFlowVersionRequest)Retrieves information about a version of a flow. -
Uses of GetFlowVersionRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return GetFlowVersionRequest.Builder Modifier and Type Method Description static GetFlowVersionRequest.BuilderGetFlowVersionRequest. builder()GetFlowVersionRequest.BuilderGetFlowVersionRequest.Builder. flowIdentifier(String flowIdentifier)The unique identifier of the flow for which to get information.GetFlowVersionRequest.BuilderGetFlowVersionRequest.Builder. flowVersion(String flowVersion)The version of the flow for which to get information.GetFlowVersionRequest.BuilderGetFlowVersionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFlowVersionRequest.BuilderGetFlowVersionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetFlowVersionRequest.BuilderGetFlowVersionRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type GetFlowVersionRequest.Builder Modifier and Type Method Description static Class<? extends GetFlowVersionRequest.Builder>GetFlowVersionRequest. serializableBuilderClass()
-