Uses of Class
com.oracle.bmc.aivision.requests.ChangeStreamSourceCompartmentRequest
-
Packages that use ChangeStreamSourceCompartmentRequest Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.requests -
-
Uses of ChangeStreamSourceCompartmentRequest in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision with parameters of type ChangeStreamSourceCompartmentRequest Modifier and Type Method Description ChangeStreamSourceCompartmentResponse
AIServiceVision. changeStreamSourceCompartment(ChangeStreamSourceCompartmentRequest request)
Move a streamSource from one compartment to another.Future<ChangeStreamSourceCompartmentResponse>
AIServiceVisionAsync. changeStreamSourceCompartment(ChangeStreamSourceCompartmentRequest request, AsyncHandler<ChangeStreamSourceCompartmentRequest,ChangeStreamSourceCompartmentResponse> handler)
Move a streamSource from one compartment to another.Future<ChangeStreamSourceCompartmentResponse>
AIServiceVisionAsyncClient. changeStreamSourceCompartment(ChangeStreamSourceCompartmentRequest request, AsyncHandler<ChangeStreamSourceCompartmentRequest,ChangeStreamSourceCompartmentResponse> handler)
ChangeStreamSourceCompartmentResponse
AIServiceVisionClient. changeStreamSourceCompartment(ChangeStreamSourceCompartmentRequest request)
Method parameters in com.oracle.bmc.aivision with type arguments of type ChangeStreamSourceCompartmentRequest Modifier and Type Method Description Future<ChangeStreamSourceCompartmentResponse>
AIServiceVisionAsync. changeStreamSourceCompartment(ChangeStreamSourceCompartmentRequest request, AsyncHandler<ChangeStreamSourceCompartmentRequest,ChangeStreamSourceCompartmentResponse> handler)
Move a streamSource from one compartment to another.Future<ChangeStreamSourceCompartmentResponse>
AIServiceVisionAsyncClient. changeStreamSourceCompartment(ChangeStreamSourceCompartmentRequest request, AsyncHandler<ChangeStreamSourceCompartmentRequest,ChangeStreamSourceCompartmentResponse> handler)
-
Uses of ChangeStreamSourceCompartmentRequest in com.oracle.bmc.aivision.requests
Methods in com.oracle.bmc.aivision.requests that return ChangeStreamSourceCompartmentRequest Modifier and Type Method Description ChangeStreamSourceCompartmentRequest
ChangeStreamSourceCompartmentRequest.Builder. build()
Build the instance of ChangeStreamSourceCompartmentRequest as configured by this builderChangeStreamSourceCompartmentRequest
ChangeStreamSourceCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeStreamSourceCompartmentRequest as configured by this builderMethods in com.oracle.bmc.aivision.requests with parameters of type ChangeStreamSourceCompartmentRequest Modifier and Type Method Description ChangeStreamSourceCompartmentRequest.Builder
ChangeStreamSourceCompartmentRequest.Builder. copy(ChangeStreamSourceCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-