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