Uses of Class
com.oracle.bmc.generativeaiagent.responses.GetAgentResponse
-
Packages that use GetAgentResponse Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.responses -
-
Uses of GetAgentResponse in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent that return GetAgentResponse Modifier and Type Method Description GetAgentResponseGenerativeAiAgent. getAgent(GetAgentRequest request)Gets information about an agent.GetAgentResponseGenerativeAiAgentClient. getAgent(GetAgentRequest request)Methods in com.oracle.bmc.generativeaiagent that return types with arguments of type GetAgentResponse Modifier and Type Method Description Waiter<GetAgentRequest,GetAgentResponse>GenerativeAiAgentWaiters. forAgent(GetAgentRequest request, Agent.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetAgentRequest,GetAgentResponse>GenerativeAiAgentWaiters. forAgent(GetAgentRequest request, Agent.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetAgentRequest,GetAgentResponse>GenerativeAiAgentWaiters. forAgent(GetAgentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Agent.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Future<GetAgentResponse>GenerativeAiAgentAsync. getAgent(GetAgentRequest request, AsyncHandler<GetAgentRequest,GetAgentResponse> handler)Gets information about an agent.Future<GetAgentResponse>GenerativeAiAgentAsyncClient. getAgent(GetAgentRequest request, AsyncHandler<GetAgentRequest,GetAgentResponse> handler)Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type GetAgentResponse Modifier and Type Method Description Future<GetAgentResponse>GenerativeAiAgentAsync. getAgent(GetAgentRequest request, AsyncHandler<GetAgentRequest,GetAgentResponse> handler)Gets information about an agent.Future<GetAgentResponse>GenerativeAiAgentAsyncClient. getAgent(GetAgentRequest request, AsyncHandler<GetAgentRequest,GetAgentResponse> handler) -
Uses of GetAgentResponse in com.oracle.bmc.generativeaiagent.responses
Methods in com.oracle.bmc.generativeaiagent.responses that return GetAgentResponse Modifier and Type Method Description GetAgentResponseGetAgentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeaiagent.responses with parameters of type GetAgentResponse Modifier and Type Method Description GetAgentResponse.BuilderGetAgentResponse.Builder. copy(GetAgentResponse o)Copy method to populate the builder with values from the given instance.
-