Uses of Class
com.oracle.bmc.generativeaiagentruntime.responses.DeleteSessionResponse
-
Packages that use DeleteSessionResponse Package Description com.oracle.bmc.generativeaiagentruntime com.oracle.bmc.generativeaiagentruntime.responses -
-
Uses of DeleteSessionResponse in com.oracle.bmc.generativeaiagentruntime
Methods in com.oracle.bmc.generativeaiagentruntime that return DeleteSessionResponse Modifier and Type Method Description DeleteSessionResponse
GenerativeAiAgentRuntime. deleteSession(DeleteSessionRequest request)
Delete a session and all its associated information.DeleteSessionResponse
GenerativeAiAgentRuntimeClient. deleteSession(DeleteSessionRequest request)
Methods in com.oracle.bmc.generativeaiagentruntime that return types with arguments of type DeleteSessionResponse Modifier and Type Method Description Future<DeleteSessionResponse>
GenerativeAiAgentRuntimeAsync. deleteSession(DeleteSessionRequest request, AsyncHandler<DeleteSessionRequest,DeleteSessionResponse> handler)
Delete a session and all its associated information.Future<DeleteSessionResponse>
GenerativeAiAgentRuntimeAsyncClient. deleteSession(DeleteSessionRequest request, AsyncHandler<DeleteSessionRequest,DeleteSessionResponse> handler)
Method parameters in com.oracle.bmc.generativeaiagentruntime with type arguments of type DeleteSessionResponse Modifier and Type Method Description Future<DeleteSessionResponse>
GenerativeAiAgentRuntimeAsync. deleteSession(DeleteSessionRequest request, AsyncHandler<DeleteSessionRequest,DeleteSessionResponse> handler)
Delete a session and all its associated information.Future<DeleteSessionResponse>
GenerativeAiAgentRuntimeAsyncClient. deleteSession(DeleteSessionRequest request, AsyncHandler<DeleteSessionRequest,DeleteSessionResponse> handler)
-
Uses of DeleteSessionResponse in com.oracle.bmc.generativeaiagentruntime.responses
Methods in com.oracle.bmc.generativeaiagentruntime.responses that return DeleteSessionResponse Modifier and Type Method Description DeleteSessionResponse
DeleteSessionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.generativeaiagentruntime.responses with parameters of type DeleteSessionResponse Modifier and Type Method Description DeleteSessionResponse.Builder
DeleteSessionResponse.Builder. copy(DeleteSessionResponse o)
Copy method to populate the builder with values from the given instance.
-