Uses of Class
com.oracle.bmc.aianomalydetection.responses.DeleteAiPrivateEndpointResponse
-
Packages that use DeleteAiPrivateEndpointResponse Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.responses -
-
Uses of DeleteAiPrivateEndpointResponse in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection that return DeleteAiPrivateEndpointResponse Modifier and Type Method Description DeleteAiPrivateEndpointResponse
AnomalyDetection. deleteAiPrivateEndpoint(DeleteAiPrivateEndpointRequest request)
Deletes a private reverse connection endpoint by identifier.DeleteAiPrivateEndpointResponse
AnomalyDetectionClient. deleteAiPrivateEndpoint(DeleteAiPrivateEndpointRequest request)
Methods in com.oracle.bmc.aianomalydetection that return types with arguments of type DeleteAiPrivateEndpointResponse Modifier and Type Method Description Future<DeleteAiPrivateEndpointResponse>
AnomalyDetectionAsync. deleteAiPrivateEndpoint(DeleteAiPrivateEndpointRequest request, AsyncHandler<DeleteAiPrivateEndpointRequest,DeleteAiPrivateEndpointResponse> handler)
Deletes a private reverse connection endpoint by identifier.Future<DeleteAiPrivateEndpointResponse>
AnomalyDetectionAsyncClient. deleteAiPrivateEndpoint(DeleteAiPrivateEndpointRequest request, AsyncHandler<DeleteAiPrivateEndpointRequest,DeleteAiPrivateEndpointResponse> handler)
Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type DeleteAiPrivateEndpointResponse Modifier and Type Method Description Future<DeleteAiPrivateEndpointResponse>
AnomalyDetectionAsync. deleteAiPrivateEndpoint(DeleteAiPrivateEndpointRequest request, AsyncHandler<DeleteAiPrivateEndpointRequest,DeleteAiPrivateEndpointResponse> handler)
Deletes a private reverse connection endpoint by identifier.Future<DeleteAiPrivateEndpointResponse>
AnomalyDetectionAsyncClient. deleteAiPrivateEndpoint(DeleteAiPrivateEndpointRequest request, AsyncHandler<DeleteAiPrivateEndpointRequest,DeleteAiPrivateEndpointResponse> handler)
-
Uses of DeleteAiPrivateEndpointResponse in com.oracle.bmc.aianomalydetection.responses
Methods in com.oracle.bmc.aianomalydetection.responses that return DeleteAiPrivateEndpointResponse Modifier and Type Method Description DeleteAiPrivateEndpointResponse
DeleteAiPrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aianomalydetection.responses with parameters of type DeleteAiPrivateEndpointResponse Modifier and Type Method Description DeleteAiPrivateEndpointResponse.Builder
DeleteAiPrivateEndpointResponse.Builder. copy(DeleteAiPrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-