Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.GetAgentCollaboratorRequest.Builder
-
Packages that use GetAgentCollaboratorRequest.Builder Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.model -
-
Uses of GetAgentCollaboratorRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type GetAgentCollaboratorRequest.Builder Modifier and Type Method Description default CompletableFuture<GetAgentCollaboratorResponse>BedrockAgentAsyncClient. getAgentCollaborator(Consumer<GetAgentCollaboratorRequest.Builder> getAgentCollaboratorRequest)Retrieves information about an agent's collaborator.default GetAgentCollaboratorResponseBedrockAgentClient. getAgentCollaborator(Consumer<GetAgentCollaboratorRequest.Builder> getAgentCollaboratorRequest)Retrieves information about an agent's collaborator. -
Uses of GetAgentCollaboratorRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return GetAgentCollaboratorRequest.Builder Modifier and Type Method Description GetAgentCollaboratorRequest.BuilderGetAgentCollaboratorRequest.Builder. agentId(String agentId)The agent's ID.GetAgentCollaboratorRequest.BuilderGetAgentCollaboratorRequest.Builder. agentVersion(String agentVersion)The agent's version.static GetAgentCollaboratorRequest.BuilderGetAgentCollaboratorRequest. builder()GetAgentCollaboratorRequest.BuilderGetAgentCollaboratorRequest.Builder. collaboratorId(String collaboratorId)The collaborator's ID.GetAgentCollaboratorRequest.BuilderGetAgentCollaboratorRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAgentCollaboratorRequest.BuilderGetAgentCollaboratorRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAgentCollaboratorRequest.BuilderGetAgentCollaboratorRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type GetAgentCollaboratorRequest.Builder Modifier and Type Method Description static Class<? extends GetAgentCollaboratorRequest.Builder>GetAgentCollaboratorRequest. serializableBuilderClass()
-