Uses of Class
com.oracle.bmc.mediaservices.requests.ChangeStreamDistributionChannelCompartmentRequest
-
Packages that use ChangeStreamDistributionChannelCompartmentRequest Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.requests -
-
Uses of ChangeStreamDistributionChannelCompartmentRequest in com.oracle.bmc.mediaservices
Method parameters in com.oracle.bmc.mediaservices with type arguments of type ChangeStreamDistributionChannelCompartmentRequest Modifier and Type Method Description Future<ChangeStreamDistributionChannelCompartmentResponse>
MediaServicesAsync. changeStreamDistributionChannelCompartment(ChangeStreamDistributionChannelCompartmentRequest request, AsyncHandler<ChangeStreamDistributionChannelCompartmentRequest,ChangeStreamDistributionChannelCompartmentResponse> handler)
Moves a Stream Distribution Channel resource from one compartment identifier to another.Future<ChangeStreamDistributionChannelCompartmentResponse>
MediaServicesAsyncClient. changeStreamDistributionChannelCompartment(ChangeStreamDistributionChannelCompartmentRequest request, AsyncHandler<ChangeStreamDistributionChannelCompartmentRequest,ChangeStreamDistributionChannelCompartmentResponse> handler)
-
Uses of ChangeStreamDistributionChannelCompartmentRequest in com.oracle.bmc.mediaservices.requests
Methods in com.oracle.bmc.mediaservices.requests that return ChangeStreamDistributionChannelCompartmentRequest Modifier and Type Method Description ChangeStreamDistributionChannelCompartmentRequest
ChangeStreamDistributionChannelCompartmentRequest.Builder. build()
Build the instance of ChangeStreamDistributionChannelCompartmentRequest as configured by this builderChangeStreamDistributionChannelCompartmentRequest
ChangeStreamDistributionChannelCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeStreamDistributionChannelCompartmentRequest as configured by this builderMethods in com.oracle.bmc.mediaservices.requests with parameters of type ChangeStreamDistributionChannelCompartmentRequest Modifier and Type Method Description ChangeStreamDistributionChannelCompartmentRequest.Builder
ChangeStreamDistributionChannelCompartmentRequest.Builder. copy(ChangeStreamDistributionChannelCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-