Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ListAgentActionGroupsRequest.Builder
Packages that use ListAgentActionGroupsRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ListAgentActionGroupsRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type ListAgentActionGroupsRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.listAgentActionGroups(Consumer<ListAgentActionGroupsRequest.Builder> listAgentActionGroupsRequest) Lists the action groups for an agent and information about each one.default ListAgentActionGroupsResponseBedrockAgentClient.listAgentActionGroups(Consumer<ListAgentActionGroupsRequest.Builder> listAgentActionGroupsRequest) Lists the action groups for an agent and information about each one.default ListAgentActionGroupsPublisherBedrockAgentAsyncClient.listAgentActionGroupsPaginator(Consumer<ListAgentActionGroupsRequest.Builder> listAgentActionGroupsRequest) This is a variant ofBedrockAgentAsyncClient.listAgentActionGroups(software.amazon.awssdk.services.bedrockagent.model.ListAgentActionGroupsRequest)operation.default ListAgentActionGroupsIterableBedrockAgentClient.listAgentActionGroupsPaginator(Consumer<ListAgentActionGroupsRequest.Builder> listAgentActionGroupsRequest) This is a variant ofBedrockAgentClient.listAgentActionGroups(software.amazon.awssdk.services.bedrockagent.model.ListAgentActionGroupsRequest)operation. -
Uses of ListAgentActionGroupsRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ListAgentActionGroupsRequest.BuilderModifier and TypeMethodDescriptionThe unique identifier of the agent.ListAgentActionGroupsRequest.Builder.agentVersion(String agentVersion) The version of the agent.ListAgentActionGroupsRequest.builder()ListAgentActionGroupsRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return in the response.If the total number of results is greater than themaxResultsvalue provided in the request, enter the token returned in thenextTokenfield in the response in this field to return the next batch of results.ListAgentActionGroupsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListAgentActionGroupsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListAgentActionGroupsRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ListAgentActionGroupsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListAgentActionGroupsRequest.Builder>ListAgentActionGroupsRequest.serializableBuilderClass()