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.generativeai
Method 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.requests
Methods in com.oracle.bmc.generativeai.requests that return DeleteGenerativeAiPrivateEndpointRequest Modifier and Type Method Description DeleteGenerativeAiPrivateEndpointRequest
DeleteGenerativeAiPrivateEndpointRequest.Builder. build()
Build the instance of DeleteGenerativeAiPrivateEndpointRequest as configured by this builderDeleteGenerativeAiPrivateEndpointRequest
DeleteGenerativeAiPrivateEndpointRequest.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.Builder
DeleteGenerativeAiPrivateEndpointRequest.Builder. copy(DeleteGenerativeAiPrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-