Uses of Class
com.oracle.bmc.generativeaiagentruntime.requests.DeleteSessionRequest
-
Packages that use DeleteSessionRequest Package Description com.oracle.bmc.generativeaiagentruntime com.oracle.bmc.generativeaiagentruntime.requests -
-
Uses of DeleteSessionRequest in com.oracle.bmc.generativeaiagentruntime
Methods in com.oracle.bmc.generativeaiagentruntime with parameters of type DeleteSessionRequest Modifier and Type Method Description DeleteSessionResponse
GenerativeAiAgentRuntime. deleteSession(DeleteSessionRequest request)
Delete a session and all its associated information.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)
DeleteSessionResponse
GenerativeAiAgentRuntimeClient. deleteSession(DeleteSessionRequest request)
Method parameters in com.oracle.bmc.generativeaiagentruntime with type arguments of type DeleteSessionRequest 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 DeleteSessionRequest in com.oracle.bmc.generativeaiagentruntime.requests
Methods in com.oracle.bmc.generativeaiagentruntime.requests that return DeleteSessionRequest Modifier and Type Method Description DeleteSessionRequest
DeleteSessionRequest.Builder. build()
Build the instance of DeleteSessionRequest as configured by this builderDeleteSessionRequest
DeleteSessionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteSessionRequest as configured by this builderMethods in com.oracle.bmc.generativeaiagentruntime.requests with parameters of type DeleteSessionRequest Modifier and Type Method Description DeleteSessionRequest.Builder
DeleteSessionRequest.Builder. copy(DeleteSessionRequest o)
Copy method to populate the builder with values from the given instance.
-