Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListAgentCollaboratorsResponse
-
Packages that use ListAgentCollaboratorsResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.paginators -
-
Uses of ListAgentCollaboratorsResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return ListAgentCollaboratorsResponse Modifier and Type Method Description default 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 ListAgentCollaboratorsResponse Modifier and Type Method Description default CompletableFuture<ListAgentCollaboratorsResponse>BedrockAgentAsyncClient. listAgentCollaborators(Consumer<ListAgentCollaboratorsRequest.Builder> listAgentCollaboratorsRequest)Retrieve a list of an agent's collaborators.default CompletableFuture<ListAgentCollaboratorsResponse>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 ListAgentCollaboratorsResponse Modifier and Type Method Description Iterator<ListAgentCollaboratorsResponse>ListAgentCollaboratorsIterable. iterator()Method parameters in software.amazon.awssdk.services.bedrockagent.paginators with type arguments of type ListAgentCollaboratorsResponse Modifier and Type Method Description voidListAgentCollaboratorsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAgentCollaboratorsResponse> subscriber)
-