Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetAgentAliasResponse
-
Packages that use GetAgentAliasResponse Package Description software.amazon.awssdk.services.bedrockagent An example service, deployed with the Octane Service creator, which will echo the string -
-
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)Describes an Alias for a Amazon Bedrock Agentdefault GetAgentAliasResponseBedrockAgentClient. getAgentAlias(GetAgentAliasRequest getAgentAliasRequest)Describes an Alias for a Amazon Bedrock AgentMethods 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)Describes an Alias for a Amazon Bedrock Agentdefault CompletableFuture<GetAgentAliasResponse>BedrockAgentAsyncClient. getAgentAlias(GetAgentAliasRequest getAgentAliasRequest)Describes an Alias for a Amazon Bedrock Agent
-