Uses of Class
com.oracle.bmc.generativeaiagentruntime.responses.GetSessionResponse
-
Packages that use GetSessionResponse Package Description com.oracle.bmc.generativeaiagentruntime com.oracle.bmc.generativeaiagentruntime.responses -
-
Uses of GetSessionResponse in com.oracle.bmc.generativeaiagentruntime
Methods in com.oracle.bmc.generativeaiagentruntime that return GetSessionResponse Modifier and Type Method Description GetSessionResponse
GenerativeAiAgentRuntime. getSession(GetSessionRequest request)
Return the session resource identified by the session ID.GetSessionResponse
GenerativeAiAgentRuntimeClient. getSession(GetSessionRequest request)
Methods in com.oracle.bmc.generativeaiagentruntime that return types with arguments of type GetSessionResponse 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)
Method parameters in com.oracle.bmc.generativeaiagentruntime with type arguments of type GetSessionResponse 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 GetSessionResponse in com.oracle.bmc.generativeaiagentruntime.responses
Methods in com.oracle.bmc.generativeaiagentruntime.responses that return GetSessionResponse Modifier and Type Method Description GetSessionResponse
GetSessionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.generativeaiagentruntime.responses with parameters of type GetSessionResponse Modifier and Type Method Description GetSessionResponse.Builder
GetSessionResponse.Builder. copy(GetSessionResponse o)
Copy method to populate the builder with values from the given instance.
-