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