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