Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ActionGroupSummary
Packages that use ActionGroupSummary
Package
Description
-
Uses of ActionGroupSummary in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ActionGroupSummaryModifier and TypeMethodDescriptionfinal List<ActionGroupSummary>ListAgentActionGroupsResponse.actionGroupSummaries()A list of objects, each of which contains information about an action group.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type ActionGroupSummaryModifier and TypeMethodDescriptionListAgentActionGroupsResponse.Builder.actionGroupSummaries(ActionGroupSummary... actionGroupSummaries) A list of objects, each of which contains information about an action group.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type ActionGroupSummaryModifier and TypeMethodDescriptionListAgentActionGroupsResponse.Builder.actionGroupSummaries(Collection<ActionGroupSummary> actionGroupSummaries) A list of objects, each of which contains information about an action group. -
Uses of ActionGroupSummary in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type ActionGroupSummaryModifier and TypeMethodDescriptionfinal SdkIterable<ActionGroupSummary>ListAgentActionGroupsIterable.actionGroupSummaries()Returns an iterable to iterate through the paginatedListAgentActionGroupsResponse.actionGroupSummaries()member.final SdkPublisher<ActionGroupSummary>ListAgentActionGroupsPublisher.actionGroupSummaries()Returns a publisher that can be used to get a stream of data.