Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.GetFlowAliasRequest.Builder
-
Packages that use GetFlowAliasRequest.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 GetFlowAliasRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type GetFlowAliasRequest.Builder Modifier and Type Method Description default CompletableFuture<GetFlowAliasResponse>BedrockAgentAsyncClient. getFlowAlias(Consumer<GetFlowAliasRequest.Builder> getFlowAliasRequest)Retrieves information about a flow.default GetFlowAliasResponseBedrockAgentClient. getFlowAlias(Consumer<GetFlowAliasRequest.Builder> getFlowAliasRequest)Retrieves information about a flow. -
Uses of GetFlowAliasRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return GetFlowAliasRequest.Builder Modifier and Type Method Description GetFlowAliasRequest.BuilderGetFlowAliasRequest.Builder. aliasIdentifier(String aliasIdentifier)The unique identifier of the alias for which to retrieve information.static GetFlowAliasRequest.BuilderGetFlowAliasRequest. builder()GetFlowAliasRequest.BuilderGetFlowAliasRequest.Builder. flowIdentifier(String flowIdentifier)The unique identifier of the flow that the alias belongs to.GetFlowAliasRequest.BuilderGetFlowAliasRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFlowAliasRequest.BuilderGetFlowAliasRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetFlowAliasRequest.BuilderGetFlowAliasRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type GetFlowAliasRequest.Builder Modifier and Type Method Description static Class<? extends GetFlowAliasRequest.Builder>GetFlowAliasRequest. serializableBuilderClass()
-