Uses of Class
com.oracle.bmc.mediaservices.responses.IngestStreamDistributionChannelResponse
-
Packages that use IngestStreamDistributionChannelResponse Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.responses -
-
Uses of IngestStreamDistributionChannelResponse in com.oracle.bmc.mediaservices
Methods in com.oracle.bmc.mediaservices that return IngestStreamDistributionChannelResponse Modifier and Type Method Description IngestStreamDistributionChannelResponse
MediaServices. ingestStreamDistributionChannel(IngestStreamDistributionChannelRequest request)
Ingests an Asset into a Distribution Channel.IngestStreamDistributionChannelResponse
MediaServicesClient. ingestStreamDistributionChannel(IngestStreamDistributionChannelRequest request)
Methods in com.oracle.bmc.mediaservices that return types with arguments of type IngestStreamDistributionChannelResponse 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)
Method parameters in com.oracle.bmc.mediaservices with type arguments of type IngestStreamDistributionChannelResponse 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 IngestStreamDistributionChannelResponse in com.oracle.bmc.mediaservices.responses
Methods in com.oracle.bmc.mediaservices.responses that return IngestStreamDistributionChannelResponse Modifier and Type Method Description IngestStreamDistributionChannelResponse
IngestStreamDistributionChannelResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mediaservices.responses with parameters of type IngestStreamDistributionChannelResponse Modifier and Type Method Description IngestStreamDistributionChannelResponse.Builder
IngestStreamDistributionChannelResponse.Builder. copy(IngestStreamDistributionChannelResponse o)
Copy method to populate the builder with values from the given instance.
-