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