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.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent with parameters of type CreateAgentEndpointRequest Modifier and Type Method Description CreateAgentEndpointResponse
GenerativeAiAgent. 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)
CreateAgentEndpointResponse
GenerativeAiAgentClient. 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.requests
Methods in com.oracle.bmc.generativeaiagent.requests that return CreateAgentEndpointRequest Modifier and Type Method Description CreateAgentEndpointRequest
CreateAgentEndpointRequest.Builder. build()
Build the instance of CreateAgentEndpointRequest as configured by this builderCreateAgentEndpointRequest
CreateAgentEndpointRequest.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.Builder
CreateAgentEndpointRequest.Builder. copy(CreateAgentEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-