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