Uses of Class
com.oracle.bmc.aivision.responses.ChangeVisionPrivateEndpointCompartmentResponse
-
Packages that use ChangeVisionPrivateEndpointCompartmentResponse Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.responses -
-
Uses of ChangeVisionPrivateEndpointCompartmentResponse in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision that return ChangeVisionPrivateEndpointCompartmentResponse Modifier and Type Method Description ChangeVisionPrivateEndpointCompartmentResponse
AIServiceVision. changeVisionPrivateEndpointCompartment(ChangeVisionPrivateEndpointCompartmentRequest request)
Move a visionPrivateEndpoint from one compartment to another.ChangeVisionPrivateEndpointCompartmentResponse
AIServiceVisionClient. changeVisionPrivateEndpointCompartment(ChangeVisionPrivateEndpointCompartmentRequest request)
Methods in com.oracle.bmc.aivision that return types with arguments of type ChangeVisionPrivateEndpointCompartmentResponse Modifier and Type Method Description Future<ChangeVisionPrivateEndpointCompartmentResponse>
AIServiceVisionAsync. changeVisionPrivateEndpointCompartment(ChangeVisionPrivateEndpointCompartmentRequest request, AsyncHandler<ChangeVisionPrivateEndpointCompartmentRequest,ChangeVisionPrivateEndpointCompartmentResponse> handler)
Move a visionPrivateEndpoint from one compartment to another.Future<ChangeVisionPrivateEndpointCompartmentResponse>
AIServiceVisionAsyncClient. changeVisionPrivateEndpointCompartment(ChangeVisionPrivateEndpointCompartmentRequest request, AsyncHandler<ChangeVisionPrivateEndpointCompartmentRequest,ChangeVisionPrivateEndpointCompartmentResponse> handler)
Method parameters in com.oracle.bmc.aivision with type arguments of type ChangeVisionPrivateEndpointCompartmentResponse Modifier and Type Method Description Future<ChangeVisionPrivateEndpointCompartmentResponse>
AIServiceVisionAsync. changeVisionPrivateEndpointCompartment(ChangeVisionPrivateEndpointCompartmentRequest request, AsyncHandler<ChangeVisionPrivateEndpointCompartmentRequest,ChangeVisionPrivateEndpointCompartmentResponse> handler)
Move a visionPrivateEndpoint from one compartment to another.Future<ChangeVisionPrivateEndpointCompartmentResponse>
AIServiceVisionAsyncClient. changeVisionPrivateEndpointCompartment(ChangeVisionPrivateEndpointCompartmentRequest request, AsyncHandler<ChangeVisionPrivateEndpointCompartmentRequest,ChangeVisionPrivateEndpointCompartmentResponse> handler)
-
Uses of ChangeVisionPrivateEndpointCompartmentResponse in com.oracle.bmc.aivision.responses
Methods in com.oracle.bmc.aivision.responses that return ChangeVisionPrivateEndpointCompartmentResponse Modifier and Type Method Description ChangeVisionPrivateEndpointCompartmentResponse
ChangeVisionPrivateEndpointCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aivision.responses with parameters of type ChangeVisionPrivateEndpointCompartmentResponse Modifier and Type Method Description ChangeVisionPrivateEndpointCompartmentResponse.Builder
ChangeVisionPrivateEndpointCompartmentResponse.Builder. copy(ChangeVisionPrivateEndpointCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-