Uses of Class
com.oracle.bmc.generativeai.responses.DeleteGenerativeAiPrivateEndpointResponse
-
Packages that use DeleteGenerativeAiPrivateEndpointResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of DeleteGenerativeAiPrivateEndpointResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return DeleteGenerativeAiPrivateEndpointResponse Modifier and Type Method Description DeleteGenerativeAiPrivateEndpointResponse
GenerativeAi. deleteGenerativeAiPrivateEndpoint(DeleteGenerativeAiPrivateEndpointRequest request)
Deletes a Generative AI private endpoint usingprivateEndpointId
.DeleteGenerativeAiPrivateEndpointResponse
GenerativeAiClient. deleteGenerativeAiPrivateEndpoint(DeleteGenerativeAiPrivateEndpointRequest request)
Methods in com.oracle.bmc.generativeai that return types with arguments of type DeleteGenerativeAiPrivateEndpointResponse 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)
Method parameters in com.oracle.bmc.generativeai with type arguments of type DeleteGenerativeAiPrivateEndpointResponse 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 DeleteGenerativeAiPrivateEndpointResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return DeleteGenerativeAiPrivateEndpointResponse Modifier and Type Method Description DeleteGenerativeAiPrivateEndpointResponse
DeleteGenerativeAiPrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type DeleteGenerativeAiPrivateEndpointResponse Modifier and Type Method Description DeleteGenerativeAiPrivateEndpointResponse.Builder
DeleteGenerativeAiPrivateEndpointResponse.Builder. copy(DeleteGenerativeAiPrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-