Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ListAgentsRequest.Builder
Packages that use ListAgentsRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ListAgentsRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type ListAgentsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListAgentsResponse>BedrockAgentAsyncClient.listAgents(Consumer<ListAgentsRequest.Builder> listAgentsRequest) Lists the agents belonging to an account and information about each agent.default ListAgentsResponseBedrockAgentClient.listAgents(Consumer<ListAgentsRequest.Builder> listAgentsRequest) Lists the agents belonging to an account and information about each agent.default ListAgentsPublisherBedrockAgentAsyncClient.listAgentsPaginator(Consumer<ListAgentsRequest.Builder> listAgentsRequest) This is a variant ofBedrockAgentAsyncClient.listAgents(software.amazon.awssdk.services.bedrockagent.model.ListAgentsRequest)operation.default ListAgentsIterableBedrockAgentClient.listAgentsPaginator(Consumer<ListAgentsRequest.Builder> listAgentsRequest) This is a variant ofBedrockAgentClient.listAgents(software.amazon.awssdk.services.bedrockagent.model.ListAgentsRequest)operation. -
Uses of ListAgentsRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ListAgentsRequest.BuilderModifier and TypeMethodDescriptionstatic ListAgentsRequest.BuilderListAgentsRequest.builder()ListAgentsRequest.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.ListAgentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListAgentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListAgentsRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ListAgentsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListAgentsRequest.Builder>ListAgentsRequest.serializableBuilderClass()