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