Uses of Class
com.oracle.bmc.mediaservices.requests.IngestStreamDistributionChannelRequest
-
Packages that use IngestStreamDistributionChannelRequest Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.requests -
-
Uses of IngestStreamDistributionChannelRequest in com.oracle.bmc.mediaservices
Method parameters in com.oracle.bmc.mediaservices with type arguments of type IngestStreamDistributionChannelRequest Modifier and Type Method Description Future<IngestStreamDistributionChannelResponse>
MediaServicesAsync. ingestStreamDistributionChannel(IngestStreamDistributionChannelRequest request, AsyncHandler<IngestStreamDistributionChannelRequest,IngestStreamDistributionChannelResponse> handler)
Ingests an Asset into a Distribution Channel.Future<IngestStreamDistributionChannelResponse>
MediaServicesAsyncClient. ingestStreamDistributionChannel(IngestStreamDistributionChannelRequest request, AsyncHandler<IngestStreamDistributionChannelRequest,IngestStreamDistributionChannelResponse> handler)
-
Uses of IngestStreamDistributionChannelRequest in com.oracle.bmc.mediaservices.requests
Methods in com.oracle.bmc.mediaservices.requests that return IngestStreamDistributionChannelRequest Modifier and Type Method Description IngestStreamDistributionChannelRequest
IngestStreamDistributionChannelRequest.Builder. build()
Build the instance of IngestStreamDistributionChannelRequest as configured by this builderIngestStreamDistributionChannelRequest
IngestStreamDistributionChannelRequest.Builder. buildWithoutInvocationCallback()
Build the instance of IngestStreamDistributionChannelRequest as configured by this builderMethods in com.oracle.bmc.mediaservices.requests with parameters of type IngestStreamDistributionChannelRequest Modifier and Type Method Description IngestStreamDistributionChannelRequest.Builder
IngestStreamDistributionChannelRequest.Builder. copy(IngestStreamDistributionChannelRequest o)
Copy method to populate the builder with values from the given instance.
-