Uses of Class
com.oracle.bmc.mediaservices.responses.UpdateStreamDistributionChannelResponse
-
Packages that use UpdateStreamDistributionChannelResponse Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.responses -
-
Uses of UpdateStreamDistributionChannelResponse in com.oracle.bmc.mediaservices
Methods in com.oracle.bmc.mediaservices that return UpdateStreamDistributionChannelResponse Modifier and Type Method Description UpdateStreamDistributionChannelResponse
MediaServices. updateStreamDistributionChannel(UpdateStreamDistributionChannelRequest request)
Updates the Stream Distribution Channel.UpdateStreamDistributionChannelResponse
MediaServicesClient. updateStreamDistributionChannel(UpdateStreamDistributionChannelRequest request)
Methods in com.oracle.bmc.mediaservices that return types with arguments of type UpdateStreamDistributionChannelResponse Modifier and Type Method Description Future<UpdateStreamDistributionChannelResponse>
MediaServicesAsync. updateStreamDistributionChannel(UpdateStreamDistributionChannelRequest request, AsyncHandler<UpdateStreamDistributionChannelRequest,UpdateStreamDistributionChannelResponse> handler)
Updates the Stream Distribution Channel.Future<UpdateStreamDistributionChannelResponse>
MediaServicesAsyncClient. updateStreamDistributionChannel(UpdateStreamDistributionChannelRequest request, AsyncHandler<UpdateStreamDistributionChannelRequest,UpdateStreamDistributionChannelResponse> handler)
Method parameters in com.oracle.bmc.mediaservices with type arguments of type UpdateStreamDistributionChannelResponse Modifier and Type Method Description Future<UpdateStreamDistributionChannelResponse>
MediaServicesAsync. updateStreamDistributionChannel(UpdateStreamDistributionChannelRequest request, AsyncHandler<UpdateStreamDistributionChannelRequest,UpdateStreamDistributionChannelResponse> handler)
Updates the Stream Distribution Channel.Future<UpdateStreamDistributionChannelResponse>
MediaServicesAsyncClient. updateStreamDistributionChannel(UpdateStreamDistributionChannelRequest request, AsyncHandler<UpdateStreamDistributionChannelRequest,UpdateStreamDistributionChannelResponse> handler)
-
Uses of UpdateStreamDistributionChannelResponse in com.oracle.bmc.mediaservices.responses
Methods in com.oracle.bmc.mediaservices.responses that return UpdateStreamDistributionChannelResponse Modifier and Type Method Description UpdateStreamDistributionChannelResponse
UpdateStreamDistributionChannelResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mediaservices.responses with parameters of type UpdateStreamDistributionChannelResponse Modifier and Type Method Description UpdateStreamDistributionChannelResponse.Builder
UpdateStreamDistributionChannelResponse.Builder. copy(UpdateStreamDistributionChannelResponse o)
Copy method to populate the builder with values from the given instance.
-