Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetAgentCollaboratorResponse
Packages that use GetAgentCollaboratorResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of GetAgentCollaboratorResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return GetAgentCollaboratorResponseModifier and TypeMethodDescriptiondefault GetAgentCollaboratorResponseBedrockAgentClient.getAgentCollaborator(Consumer<GetAgentCollaboratorRequest.Builder> getAgentCollaboratorRequest) Retrieves information about an agent's collaborator.default GetAgentCollaboratorResponseBedrockAgentClient.getAgentCollaborator(GetAgentCollaboratorRequest getAgentCollaboratorRequest) Retrieves information about an agent's collaborator.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type GetAgentCollaboratorResponseModifier and TypeMethodDescriptionBedrockAgentAsyncClient.getAgentCollaborator(Consumer<GetAgentCollaboratorRequest.Builder> getAgentCollaboratorRequest) Retrieves information about an agent's collaborator.BedrockAgentAsyncClient.getAgentCollaborator(GetAgentCollaboratorRequest getAgentCollaboratorRequest) Retrieves information about an agent's collaborator.