Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.GetFlowVersionRequest.Builder
Packages that use GetFlowVersionRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of GetFlowVersionRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type GetFlowVersionRequest.BuilderModifier and TypeMethodDescriptiondefault 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.BuilderModifier and TypeMethodDescriptionGetFlowVersionRequest.builder()GetFlowVersionRequest.Builder.flowIdentifier(String flowIdentifier) The unique identifier of the flow for which to get information.GetFlowVersionRequest.Builder.flowVersion(String flowVersion) The version of the flow for which to get information.GetFlowVersionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetFlowVersionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetFlowVersionRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type GetFlowVersionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetFlowVersionRequest.Builder>GetFlowVersionRequest.serializableBuilderClass()