Uses of Class
com.oracle.bmc.aianomalydetection.requests.ChangeAiPrivateEndpointCompartmentRequest
-
Packages that use ChangeAiPrivateEndpointCompartmentRequest Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.requests -
-
Uses of ChangeAiPrivateEndpointCompartmentRequest in com.oracle.bmc.aianomalydetection
Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type ChangeAiPrivateEndpointCompartmentRequest Modifier and Type Method Description Future<ChangeAiPrivateEndpointCompartmentResponse>
AnomalyDetectionAsync. changeAiPrivateEndpointCompartment(ChangeAiPrivateEndpointCompartmentRequest request, AsyncHandler<ChangeAiPrivateEndpointCompartmentRequest,ChangeAiPrivateEndpointCompartmentResponse> handler)
Moves a resource into a different compartment.Future<ChangeAiPrivateEndpointCompartmentResponse>
AnomalyDetectionAsyncClient. changeAiPrivateEndpointCompartment(ChangeAiPrivateEndpointCompartmentRequest request, AsyncHandler<ChangeAiPrivateEndpointCompartmentRequest,ChangeAiPrivateEndpointCompartmentResponse> handler)
-
Uses of ChangeAiPrivateEndpointCompartmentRequest in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.requests that return ChangeAiPrivateEndpointCompartmentRequest Modifier and Type Method Description ChangeAiPrivateEndpointCompartmentRequest
ChangeAiPrivateEndpointCompartmentRequest.Builder. build()
Build the instance of ChangeAiPrivateEndpointCompartmentRequest as configured by this builderChangeAiPrivateEndpointCompartmentRequest
ChangeAiPrivateEndpointCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeAiPrivateEndpointCompartmentRequest as configured by this builderMethods in com.oracle.bmc.aianomalydetection.requests with parameters of type ChangeAiPrivateEndpointCompartmentRequest Modifier and Type Method Description ChangeAiPrivateEndpointCompartmentRequest.Builder
ChangeAiPrivateEndpointCompartmentRequest.Builder. copy(ChangeAiPrivateEndpointCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-