Uses of Class
com.oracle.bmc.generativeaiagentruntime.requests.GetSessionRequest
-
Packages that use GetSessionRequest Package Description com.oracle.bmc.generativeaiagentruntime com.oracle.bmc.generativeaiagentruntime.requests -
-
Uses of GetSessionRequest in com.oracle.bmc.generativeaiagentruntime
Methods in com.oracle.bmc.generativeaiagentruntime with parameters of type GetSessionRequest Modifier and Type Method Description GetSessionResponse
GenerativeAiAgentRuntime. getSession(GetSessionRequest request)
Return the session resource identified by the session ID.Future<GetSessionResponse>
GenerativeAiAgentRuntimeAsync. getSession(GetSessionRequest request, AsyncHandler<GetSessionRequest,GetSessionResponse> handler)
Return the session resource identified by the session ID.Future<GetSessionResponse>
GenerativeAiAgentRuntimeAsyncClient. getSession(GetSessionRequest request, AsyncHandler<GetSessionRequest,GetSessionResponse> handler)
GetSessionResponse
GenerativeAiAgentRuntimeClient. getSession(GetSessionRequest request)
Method parameters in com.oracle.bmc.generativeaiagentruntime with type arguments of type GetSessionRequest Modifier and Type Method Description Future<GetSessionResponse>
GenerativeAiAgentRuntimeAsync. getSession(GetSessionRequest request, AsyncHandler<GetSessionRequest,GetSessionResponse> handler)
Return the session resource identified by the session ID.Future<GetSessionResponse>
GenerativeAiAgentRuntimeAsyncClient. getSession(GetSessionRequest request, AsyncHandler<GetSessionRequest,GetSessionResponse> handler)
-
Uses of GetSessionRequest in com.oracle.bmc.generativeaiagentruntime.requests
Methods in com.oracle.bmc.generativeaiagentruntime.requests that return GetSessionRequest Modifier and Type Method Description GetSessionRequest
GetSessionRequest.Builder. build()
Build the instance of GetSessionRequest as configured by this builderGetSessionRequest
GetSessionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetSessionRequest as configured by this builderMethods in com.oracle.bmc.generativeaiagentruntime.requests with parameters of type GetSessionRequest Modifier and Type Method Description GetSessionRequest.Builder
GetSessionRequest.Builder. copy(GetSessionRequest o)
Copy method to populate the builder with values from the given instance.
-