Uses of Class
com.oracle.bmc.generativeaiagent.requests.CreateAgentEndpointRequest
- 
Packages that use CreateAgentEndpointRequest Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.requests 
- 
- 
Uses of CreateAgentEndpointRequest in com.oracle.bmc.generativeaiagentMethods in com.oracle.bmc.generativeaiagent with parameters of type CreateAgentEndpointRequest Modifier and Type Method Description CreateAgentEndpointResponseGenerativeAiAgent. createAgentEndpoint(CreateAgentEndpointRequest request)Creates an endpoint.Future<CreateAgentEndpointResponse>GenerativeAiAgentAsync. createAgentEndpoint(CreateAgentEndpointRequest request, AsyncHandler<CreateAgentEndpointRequest,CreateAgentEndpointResponse> handler)Creates an endpoint.Future<CreateAgentEndpointResponse>GenerativeAiAgentAsyncClient. createAgentEndpoint(CreateAgentEndpointRequest request, AsyncHandler<CreateAgentEndpointRequest,CreateAgentEndpointResponse> handler)CreateAgentEndpointResponseGenerativeAiAgentClient. createAgentEndpoint(CreateAgentEndpointRequest request)Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type CreateAgentEndpointRequest Modifier and Type Method Description Future<CreateAgentEndpointResponse>GenerativeAiAgentAsync. createAgentEndpoint(CreateAgentEndpointRequest request, AsyncHandler<CreateAgentEndpointRequest,CreateAgentEndpointResponse> handler)Creates an endpoint.Future<CreateAgentEndpointResponse>GenerativeAiAgentAsyncClient. createAgentEndpoint(CreateAgentEndpointRequest request, AsyncHandler<CreateAgentEndpointRequest,CreateAgentEndpointResponse> handler)
- 
Uses of CreateAgentEndpointRequest in com.oracle.bmc.generativeaiagent.requestsMethods in com.oracle.bmc.generativeaiagent.requests that return CreateAgentEndpointRequest Modifier and Type Method Description CreateAgentEndpointRequestCreateAgentEndpointRequest.Builder. build()Build the instance of CreateAgentEndpointRequest as configured by this builderCreateAgentEndpointRequestCreateAgentEndpointRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateAgentEndpointRequest as configured by this builderMethods in com.oracle.bmc.generativeaiagent.requests with parameters of type CreateAgentEndpointRequest Modifier and Type Method Description CreateAgentEndpointRequest.BuilderCreateAgentEndpointRequest.Builder. copy(CreateAgentEndpointRequest o)Copy method to populate the builder with values from the given instance.
 
-