Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AgentAliasSummary
-
Packages that use AgentAliasSummary Package Description software.amazon.awssdk.services.bedrockagent.model software.amazon.awssdk.services.bedrockagent.paginators -
-
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 AgentAliasSummary Modifier and Type Method Description List<AgentAliasSummary>ListAgentAliasesResponse. agentAliasSummaries()Returns the value of the AgentAliasSummaries property for this object.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentAliasSummary Modifier and Type Method Description ListAgentAliasesResponse.BuilderListAgentAliasesResponse.Builder. agentAliasSummaries(AgentAliasSummary... agentAliasSummaries)Sets the value of the AgentAliasSummaries property for this object.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type AgentAliasSummary Modifier and Type Method Description ListAgentAliasesResponse.BuilderListAgentAliasesResponse.Builder. agentAliasSummaries(Collection<AgentAliasSummary> agentAliasSummaries)Sets the value of the AgentAliasSummaries property for this object. -
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 AgentAliasSummary Modifier and Type Method Description SdkIterable<AgentAliasSummary>ListAgentAliasesIterable. agentAliasSummaries()Returns an iterable to iterate through the paginatedListAgentAliasesResponse.agentAliasSummaries()member.SdkPublisher<AgentAliasSummary>ListAgentAliasesPublisher. agentAliasSummaries()Returns a publisher that can be used to get a stream of data.
-