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