Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ActionGroupSummary
-
Packages that use ActionGroupSummary Package Description software.amazon.awssdk.services.bedrockagent.model software.amazon.awssdk.services.bedrockagent.paginators -
-
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 ActionGroupSummary Modifier and Type Method Description List<ActionGroupSummary>ListAgentActionGroupsResponse. actionGroupSummaries()Returns the value of the ActionGroupSummaries property for this object.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type ActionGroupSummary Modifier and Type Method Description ListAgentActionGroupsResponse.BuilderListAgentActionGroupsResponse.Builder. actionGroupSummaries(ActionGroupSummary... actionGroupSummaries)Sets the value of the ActionGroupSummaries property for this object.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type ActionGroupSummary Modifier and Type Method Description ListAgentActionGroupsResponse.BuilderListAgentActionGroupsResponse.Builder. actionGroupSummaries(Collection<ActionGroupSummary> actionGroupSummaries)Sets the value of the ActionGroupSummaries property for this object. -
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 ActionGroupSummary Modifier and Type Method Description SdkIterable<ActionGroupSummary>ListAgentActionGroupsIterable. actionGroupSummaries()Returns an iterable to iterate through the paginatedListAgentActionGroupsResponse.actionGroupSummaries()member.SdkPublisher<ActionGroupSummary>ListAgentActionGroupsPublisher. actionGroupSummaries()Returns a publisher that can be used to get a stream of data.
-