Uses of Class
com.oracle.bmc.generativeaiagent.requests.GetAgentRequest
-
Packages that use GetAgentRequest Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.requests -
-
Uses of GetAgentRequest in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent that return types with arguments of type GetAgentRequest 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.Methods in com.oracle.bmc.generativeaiagent with parameters of type GetAgentRequest 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.GetAgentResponseGenerativeAiAgent. getAgent(GetAgentRequest request)Gets information about an agent.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)GetAgentResponseGenerativeAiAgentClient. getAgent(GetAgentRequest request)Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type GetAgentRequest 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 GetAgentRequest in com.oracle.bmc.generativeaiagent.requests
Methods in com.oracle.bmc.generativeaiagent.requests that return GetAgentRequest Modifier and Type Method Description GetAgentRequestGetAgentRequest.Builder. build()Build the instance of GetAgentRequest as configured by this builderGetAgentRequestGetAgentRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetAgentRequest as configured by this builderMethods in com.oracle.bmc.generativeaiagent.requests with parameters of type GetAgentRequest Modifier and Type Method Description GetAgentRequest.BuilderGetAgentRequest.Builder. copy(GetAgentRequest o)Copy method to populate the builder with values from the given instance.
-