Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetAgentCollaboratorResponse
-
Packages that use GetAgentCollaboratorResponse Package Description software.amazon.awssdk.services.bedrockagent 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 GetAgentCollaboratorResponse Modifier and Type Method Description default 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 GetAgentCollaboratorResponse Modifier and Type Method Description default CompletableFuture<GetAgentCollaboratorResponse>BedrockAgentAsyncClient. getAgentCollaborator(Consumer<GetAgentCollaboratorRequest.Builder> getAgentCollaboratorRequest)Retrieves information about an agent's collaborator.default CompletableFuture<GetAgentCollaboratorResponse>BedrockAgentAsyncClient. getAgentCollaborator(GetAgentCollaboratorRequest getAgentCollaboratorRequest)Retrieves information about an agent's collaborator.
-