Uses of Class
com.oracle.bmc.generativeai.responses.CreateEndpointResponse
-
Packages that use CreateEndpointResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of CreateEndpointResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return CreateEndpointResponse Modifier and Type Method Description CreateEndpointResponse
GenerativeAi. createEndpoint(CreateEndpointRequest request)
Creates an endpoint.CreateEndpointResponse
GenerativeAiClient. createEndpoint(CreateEndpointRequest request)
Methods in com.oracle.bmc.generativeai that return types with arguments of type CreateEndpointResponse Modifier and Type Method Description Future<CreateEndpointResponse>
GenerativeAiAsync. createEndpoint(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest,CreateEndpointResponse> handler)
Creates an endpoint.Future<CreateEndpointResponse>
GenerativeAiAsyncClient. createEndpoint(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest,CreateEndpointResponse> handler)
Method parameters in com.oracle.bmc.generativeai with type arguments of type CreateEndpointResponse Modifier and Type Method Description Future<CreateEndpointResponse>
GenerativeAiAsync. createEndpoint(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest,CreateEndpointResponse> handler)
Creates an endpoint.Future<CreateEndpointResponse>
GenerativeAiAsyncClient. createEndpoint(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest,CreateEndpointResponse> handler)
-
Uses of CreateEndpointResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return CreateEndpointResponse Modifier and Type Method Description CreateEndpointResponse
CreateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type CreateEndpointResponse Modifier and Type Method Description CreateEndpointResponse.Builder
CreateEndpointResponse.Builder. copy(CreateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-