Uses of Class
com.oracle.bmc.mediaservices.responses.ListStreamDistributionChannelsResponse
-
Packages that use ListStreamDistributionChannelsResponse Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.responses -
-
Uses of ListStreamDistributionChannelsResponse in com.oracle.bmc.mediaservices
Methods in com.oracle.bmc.mediaservices that return ListStreamDistributionChannelsResponse Modifier and Type Method Description ListStreamDistributionChannelsResponse
MediaServices. listStreamDistributionChannels(ListStreamDistributionChannelsRequest request)
Lists the Stream Distribution Channels.ListStreamDistributionChannelsResponse
MediaServicesClient. listStreamDistributionChannels(ListStreamDistributionChannelsRequest request)
Methods in com.oracle.bmc.mediaservices that return types with arguments of type ListStreamDistributionChannelsResponse Modifier and Type Method Description Future<ListStreamDistributionChannelsResponse>
MediaServicesAsync. listStreamDistributionChannels(ListStreamDistributionChannelsRequest request, AsyncHandler<ListStreamDistributionChannelsRequest,ListStreamDistributionChannelsResponse> handler)
Lists the Stream Distribution Channels.Future<ListStreamDistributionChannelsResponse>
MediaServicesAsyncClient. listStreamDistributionChannels(ListStreamDistributionChannelsRequest request, AsyncHandler<ListStreamDistributionChannelsRequest,ListStreamDistributionChannelsResponse> handler)
Iterable<ListStreamDistributionChannelsResponse>
MediaServicesPaginators. listStreamDistributionChannelsResponseIterator(ListStreamDistributionChannelsRequest request)
Creates a new iterable which will iterate over the responses received from the listStreamDistributionChannels operation.Method parameters in com.oracle.bmc.mediaservices with type arguments of type ListStreamDistributionChannelsResponse Modifier and Type Method Description Future<ListStreamDistributionChannelsResponse>
MediaServicesAsync. listStreamDistributionChannels(ListStreamDistributionChannelsRequest request, AsyncHandler<ListStreamDistributionChannelsRequest,ListStreamDistributionChannelsResponse> handler)
Lists the Stream Distribution Channels.Future<ListStreamDistributionChannelsResponse>
MediaServicesAsyncClient. listStreamDistributionChannels(ListStreamDistributionChannelsRequest request, AsyncHandler<ListStreamDistributionChannelsRequest,ListStreamDistributionChannelsResponse> handler)
-
Uses of ListStreamDistributionChannelsResponse in com.oracle.bmc.mediaservices.responses
Methods in com.oracle.bmc.mediaservices.responses that return ListStreamDistributionChannelsResponse Modifier and Type Method Description ListStreamDistributionChannelsResponse
ListStreamDistributionChannelsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mediaservices.responses with parameters of type ListStreamDistributionChannelsResponse Modifier and Type Method Description ListStreamDistributionChannelsResponse.Builder
ListStreamDistributionChannelsResponse.Builder. copy(ListStreamDistributionChannelsResponse o)
Copy method to populate the builder with values from the given instance.
-