Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AgentAliasSummary
Packages that use AgentAliasSummary
Package
Description
-
Uses of AgentAliasSummary in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AgentAliasSummaryModifier and TypeMethodDescriptionfinal List<AgentAliasSummary>ListAgentAliasesResponse.agentAliasSummaries()A list of objects, each of which contains information about an alias of the agent.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentAliasSummaryModifier and TypeMethodDescriptionListAgentAliasesResponse.Builder.agentAliasSummaries(AgentAliasSummary... agentAliasSummaries) A list of objects, each of which contains information about an alias of the agent.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type AgentAliasSummaryModifier and TypeMethodDescriptionListAgentAliasesResponse.Builder.agentAliasSummaries(Collection<AgentAliasSummary> agentAliasSummaries) A list of objects, each of which contains information about an alias of the agent. -
Uses of AgentAliasSummary in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type AgentAliasSummaryModifier and TypeMethodDescriptionfinal SdkIterable<AgentAliasSummary>ListAgentAliasesIterable.agentAliasSummaries()Returns an iterable to iterate through the paginatedListAgentAliasesResponse.agentAliasSummaries()member.final SdkPublisher<AgentAliasSummary>ListAgentAliasesPublisher.agentAliasSummaries()Returns a publisher that can be used to get a stream of data.