Uses of Class
software.amazon.awssdk.services.bedrockagent.model.UpdateAgentAliasResponse
-
Packages that use UpdateAgentAliasResponse Package Description software.amazon.awssdk.services.bedrockagent An example service, deployed with the Octane Service creator, which will echo the string -
-
Uses of UpdateAgentAliasResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return UpdateAgentAliasResponse Modifier and Type Method Description default UpdateAgentAliasResponseBedrockAgentClient. updateAgentAlias(Consumer<UpdateAgentAliasRequest.Builder> updateAgentAliasRequest)Updates an existing Alias for an Amazon Bedrock Agentdefault UpdateAgentAliasResponseBedrockAgentClient. updateAgentAlias(UpdateAgentAliasRequest updateAgentAliasRequest)Updates an existing Alias for an Amazon Bedrock AgentMethods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type UpdateAgentAliasResponse Modifier and Type Method Description default CompletableFuture<UpdateAgentAliasResponse>BedrockAgentAsyncClient. updateAgentAlias(Consumer<UpdateAgentAliasRequest.Builder> updateAgentAliasRequest)Updates an existing Alias for an Amazon Bedrock Agentdefault CompletableFuture<UpdateAgentAliasResponse>BedrockAgentAsyncClient. updateAgentAlias(UpdateAgentAliasRequest updateAgentAliasRequest)Updates an existing Alias for an Amazon Bedrock Agent
-