Uses of Class
com.oracle.bmc.generativeai.requests.DeleteGenerativeAiPrivateEndpointRequest
- 
Packages that use DeleteGenerativeAiPrivateEndpointRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests 
- 
- 
Uses of DeleteGenerativeAiPrivateEndpointRequest in com.oracle.bmc.generativeaiMethod parameters in com.oracle.bmc.generativeai with type arguments of type DeleteGenerativeAiPrivateEndpointRequest Modifier and Type Method Description Future<DeleteGenerativeAiPrivateEndpointResponse>GenerativeAiAsync. deleteGenerativeAiPrivateEndpoint(DeleteGenerativeAiPrivateEndpointRequest request, AsyncHandler<DeleteGenerativeAiPrivateEndpointRequest,DeleteGenerativeAiPrivateEndpointResponse> handler)Deletes a Generative AI private endpoint usingprivateEndpointId.Future<DeleteGenerativeAiPrivateEndpointResponse>GenerativeAiAsyncClient. deleteGenerativeAiPrivateEndpoint(DeleteGenerativeAiPrivateEndpointRequest request, AsyncHandler<DeleteGenerativeAiPrivateEndpointRequest,DeleteGenerativeAiPrivateEndpointResponse> handler)
- 
Uses of DeleteGenerativeAiPrivateEndpointRequest in com.oracle.bmc.generativeai.requestsMethods in com.oracle.bmc.generativeai.requests that return DeleteGenerativeAiPrivateEndpointRequest Modifier and Type Method Description DeleteGenerativeAiPrivateEndpointRequestDeleteGenerativeAiPrivateEndpointRequest.Builder. build()Build the instance of DeleteGenerativeAiPrivateEndpointRequest as configured by this builderDeleteGenerativeAiPrivateEndpointRequestDeleteGenerativeAiPrivateEndpointRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteGenerativeAiPrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type DeleteGenerativeAiPrivateEndpointRequest Modifier and Type Method Description DeleteGenerativeAiPrivateEndpointRequest.BuilderDeleteGenerativeAiPrivateEndpointRequest.Builder. copy(DeleteGenerativeAiPrivateEndpointRequest o)Copy method to populate the builder with values from the given instance.
 
-