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