Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListAgentCollaboratorsResponse
Packages that use ListAgentCollaboratorsResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ListAgentCollaboratorsResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return ListAgentCollaboratorsResponseModifier and TypeMethodDescriptiondefault ListAgentCollaboratorsResponseBedrockAgentClient.listAgentCollaborators(Consumer<ListAgentCollaboratorsRequest.Builder> listAgentCollaboratorsRequest) Retrieve a list of an agent's collaborators.default ListAgentCollaboratorsResponseBedrockAgentClient.listAgentCollaborators(ListAgentCollaboratorsRequest listAgentCollaboratorsRequest) Retrieve a list of an agent's collaborators.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type ListAgentCollaboratorsResponseModifier and TypeMethodDescriptionBedrockAgentAsyncClient.listAgentCollaborators(Consumer<ListAgentCollaboratorsRequest.Builder> listAgentCollaboratorsRequest) Retrieve a list of an agent's collaborators.BedrockAgentAsyncClient.listAgentCollaborators(ListAgentCollaboratorsRequest listAgentCollaboratorsRequest) Retrieve a list of an agent's collaborators. -
Uses of ListAgentCollaboratorsResponse in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type ListAgentCollaboratorsResponseMethod parameters in software.amazon.awssdk.services.bedrockagent.paginators with type arguments of type ListAgentCollaboratorsResponseModifier and TypeMethodDescriptionvoidListAgentCollaboratorsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAgentCollaboratorsResponse> subscriber)