Uses of Class
com.oracle.bmc.generativeaiagent.requests.GetAgentEndpointRequest
-
Packages that use GetAgentEndpointRequest Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.requests -
-
Uses of GetAgentEndpointRequest in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent that return types with arguments of type GetAgentEndpointRequest Modifier and Type Method Description Waiter<GetAgentEndpointRequest,GetAgentEndpointResponse>
GenerativeAiAgentWaiters. forAgentEndpoint(GetAgentEndpointRequest request, AgentEndpoint.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAgentEndpointRequest,GetAgentEndpointResponse>
GenerativeAiAgentWaiters. forAgentEndpoint(GetAgentEndpointRequest request, AgentEndpoint.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAgentEndpointRequest,GetAgentEndpointResponse>
GenerativeAiAgentWaiters. forAgentEndpoint(GetAgentEndpointRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, AgentEndpoint.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type GetAgentEndpointRequest Modifier and Type Method Description Future<GetAgentEndpointResponse>
GenerativeAiAgentAsync. getAgentEndpoint(GetAgentEndpointRequest request, AsyncHandler<GetAgentEndpointRequest,GetAgentEndpointResponse> handler)
Gets information about an endpoint.Future<GetAgentEndpointResponse>
GenerativeAiAgentAsyncClient. getAgentEndpoint(GetAgentEndpointRequest request, AsyncHandler<GetAgentEndpointRequest,GetAgentEndpointResponse> handler)
-
Uses of GetAgentEndpointRequest in com.oracle.bmc.generativeaiagent.requests
Methods in com.oracle.bmc.generativeaiagent.requests that return GetAgentEndpointRequest Modifier and Type Method Description GetAgentEndpointRequest
GetAgentEndpointRequest.Builder. build()
Build the instance of GetAgentEndpointRequest as configured by this builderGetAgentEndpointRequest
GetAgentEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetAgentEndpointRequest as configured by this builderMethods in com.oracle.bmc.generativeaiagent.requests with parameters of type GetAgentEndpointRequest Modifier and Type Method Description GetAgentEndpointRequest.Builder
GetAgentEndpointRequest.Builder. copy(GetAgentEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-