Uses of Class
com.oracle.bmc.generativeaiagent.requests.UpdateToolRequest
-
Packages that use UpdateToolRequest Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.requests -
-
Uses of UpdateToolRequest in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent with parameters of type UpdateToolRequest Modifier and Type Method Description UpdateToolResponse
GenerativeAiAgent. updateTool(UpdateToolRequest request)
Updates a tool.Future<UpdateToolResponse>
GenerativeAiAgentAsync. updateTool(UpdateToolRequest request, AsyncHandler<UpdateToolRequest,UpdateToolResponse> handler)
Updates a tool.Future<UpdateToolResponse>
GenerativeAiAgentAsyncClient. updateTool(UpdateToolRequest request, AsyncHandler<UpdateToolRequest,UpdateToolResponse> handler)
UpdateToolResponse
GenerativeAiAgentClient. updateTool(UpdateToolRequest request)
Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type UpdateToolRequest Modifier and Type Method Description Future<UpdateToolResponse>
GenerativeAiAgentAsync. updateTool(UpdateToolRequest request, AsyncHandler<UpdateToolRequest,UpdateToolResponse> handler)
Updates a tool.Future<UpdateToolResponse>
GenerativeAiAgentAsyncClient. updateTool(UpdateToolRequest request, AsyncHandler<UpdateToolRequest,UpdateToolResponse> handler)
-
Uses of UpdateToolRequest in com.oracle.bmc.generativeaiagent.requests
Methods in com.oracle.bmc.generativeaiagent.requests that return UpdateToolRequest Modifier and Type Method Description UpdateToolRequest
UpdateToolRequest.Builder. build()
Build the instance of UpdateToolRequest as configured by this builderUpdateToolRequest
UpdateToolRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateToolRequest as configured by this builderMethods in com.oracle.bmc.generativeaiagent.requests with parameters of type UpdateToolRequest Modifier and Type Method Description UpdateToolRequest.Builder
UpdateToolRequest.Builder. copy(UpdateToolRequest o)
Copy method to populate the builder with values from the given instance.
-