Uses of Class
com.oracle.bmc.generativeaiagent.responses.CreateAgentEndpointResponse
-
Packages that use CreateAgentEndpointResponse Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.responses -
-
Uses of CreateAgentEndpointResponse in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent that return CreateAgentEndpointResponse Modifier and Type Method Description CreateAgentEndpointResponse
GenerativeAiAgent. createAgentEndpoint(CreateAgentEndpointRequest request)
Creates an endpoint.CreateAgentEndpointResponse
GenerativeAiAgentClient. createAgentEndpoint(CreateAgentEndpointRequest request)
Methods in com.oracle.bmc.generativeaiagent that return types with arguments of type CreateAgentEndpointResponse 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)
Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type CreateAgentEndpointResponse 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 CreateAgentEndpointResponse in com.oracle.bmc.generativeaiagent.responses
Methods in com.oracle.bmc.generativeaiagent.responses that return CreateAgentEndpointResponse Modifier and Type Method Description CreateAgentEndpointResponse
CreateAgentEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.generativeaiagent.responses with parameters of type CreateAgentEndpointResponse Modifier and Type Method Description CreateAgentEndpointResponse.Builder
CreateAgentEndpointResponse.Builder. copy(CreateAgentEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-