Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetAgentAliasResponse
-
Packages that use GetAgentAliasResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents. -
-
Uses of GetAgentAliasResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return GetAgentAliasResponse Modifier and Type Method Description default GetAgentAliasResponseBedrockAgentClient. getAgentAlias(Consumer<GetAgentAliasRequest.Builder> getAgentAliasRequest)Gets information about an alias of an agent.default GetAgentAliasResponseBedrockAgentClient. getAgentAlias(GetAgentAliasRequest getAgentAliasRequest)Gets information about an alias of an agent.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type GetAgentAliasResponse Modifier and Type Method Description default CompletableFuture<GetAgentAliasResponse>BedrockAgentAsyncClient. getAgentAlias(Consumer<GetAgentAliasRequest.Builder> getAgentAliasRequest)Gets information about an alias of an agent.default CompletableFuture<GetAgentAliasResponse>BedrockAgentAsyncClient. getAgentAlias(GetAgentAliasRequest getAgentAliasRequest)Gets information about an alias of an agent.
-