Uses of Class
com.oracle.bmc.generativeai.requests.CreateGenerativeAiPrivateEndpointRequest
-
Packages that use CreateGenerativeAiPrivateEndpointRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of CreateGenerativeAiPrivateEndpointRequest in com.oracle.bmc.generativeai
Method parameters in com.oracle.bmc.generativeai with type arguments of type CreateGenerativeAiPrivateEndpointRequest 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 CreateGenerativeAiPrivateEndpointRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return CreateGenerativeAiPrivateEndpointRequest Modifier and Type Method Description CreateGenerativeAiPrivateEndpointRequest
CreateGenerativeAiPrivateEndpointRequest.Builder. build()
Build the instance of CreateGenerativeAiPrivateEndpointRequest as configured by this builderCreateGenerativeAiPrivateEndpointRequest
CreateGenerativeAiPrivateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateGenerativeAiPrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type CreateGenerativeAiPrivateEndpointRequest Modifier and Type Method Description CreateGenerativeAiPrivateEndpointRequest.Builder
CreateGenerativeAiPrivateEndpointRequest.Builder. copy(CreateGenerativeAiPrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-