Uses of Class
com.oracle.bmc.aianomalydetection.requests.DeleteAiPrivateEndpointRequest
-
Packages that use DeleteAiPrivateEndpointRequest Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.requests -
-
Uses of DeleteAiPrivateEndpointRequest in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection with parameters of type DeleteAiPrivateEndpointRequest Modifier and Type Method Description DeleteAiPrivateEndpointResponse
AnomalyDetection. deleteAiPrivateEndpoint(DeleteAiPrivateEndpointRequest request)
Deletes a private reverse connection endpoint by identifier.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)
DeleteAiPrivateEndpointResponse
AnomalyDetectionClient. deleteAiPrivateEndpoint(DeleteAiPrivateEndpointRequest request)
Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type DeleteAiPrivateEndpointRequest 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 DeleteAiPrivateEndpointRequest in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.requests that return DeleteAiPrivateEndpointRequest Modifier and Type Method Description DeleteAiPrivateEndpointRequest
DeleteAiPrivateEndpointRequest.Builder. build()
Build the instance of DeleteAiPrivateEndpointRequest as configured by this builderDeleteAiPrivateEndpointRequest
DeleteAiPrivateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteAiPrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.aianomalydetection.requests with parameters of type DeleteAiPrivateEndpointRequest Modifier and Type Method Description DeleteAiPrivateEndpointRequest.Builder
DeleteAiPrivateEndpointRequest.Builder. copy(DeleteAiPrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-