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