Uses of Class
com.oracle.bmc.mediaservices.responses.DeleteMediaAssetDistributionChannelAttachmentResponse
-
Packages that use DeleteMediaAssetDistributionChannelAttachmentResponse Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.responses -
-
Uses of DeleteMediaAssetDistributionChannelAttachmentResponse in com.oracle.bmc.mediaservices
Methods in com.oracle.bmc.mediaservices that return DeleteMediaAssetDistributionChannelAttachmentResponse Modifier and Type Method Description DeleteMediaAssetDistributionChannelAttachmentResponse
MediaServices. deleteMediaAssetDistributionChannelAttachment(DeleteMediaAssetDistributionChannelAttachmentRequest request)
Deletes a MediaAsset from the DistributionChannel by identifiers.DeleteMediaAssetDistributionChannelAttachmentResponse
MediaServicesClient. deleteMediaAssetDistributionChannelAttachment(DeleteMediaAssetDistributionChannelAttachmentRequest request)
Methods in com.oracle.bmc.mediaservices that return types with arguments of type DeleteMediaAssetDistributionChannelAttachmentResponse Modifier and Type Method Description Future<DeleteMediaAssetDistributionChannelAttachmentResponse>
MediaServicesAsync. deleteMediaAssetDistributionChannelAttachment(DeleteMediaAssetDistributionChannelAttachmentRequest request, AsyncHandler<DeleteMediaAssetDistributionChannelAttachmentRequest,DeleteMediaAssetDistributionChannelAttachmentResponse> handler)
Deletes a MediaAsset from the DistributionChannel by identifiers.Future<DeleteMediaAssetDistributionChannelAttachmentResponse>
MediaServicesAsyncClient. deleteMediaAssetDistributionChannelAttachment(DeleteMediaAssetDistributionChannelAttachmentRequest request, AsyncHandler<DeleteMediaAssetDistributionChannelAttachmentRequest,DeleteMediaAssetDistributionChannelAttachmentResponse> handler)
Method parameters in com.oracle.bmc.mediaservices with type arguments of type DeleteMediaAssetDistributionChannelAttachmentResponse Modifier and Type Method Description Future<DeleteMediaAssetDistributionChannelAttachmentResponse>
MediaServicesAsync. deleteMediaAssetDistributionChannelAttachment(DeleteMediaAssetDistributionChannelAttachmentRequest request, AsyncHandler<DeleteMediaAssetDistributionChannelAttachmentRequest,DeleteMediaAssetDistributionChannelAttachmentResponse> handler)
Deletes a MediaAsset from the DistributionChannel by identifiers.Future<DeleteMediaAssetDistributionChannelAttachmentResponse>
MediaServicesAsyncClient. deleteMediaAssetDistributionChannelAttachment(DeleteMediaAssetDistributionChannelAttachmentRequest request, AsyncHandler<DeleteMediaAssetDistributionChannelAttachmentRequest,DeleteMediaAssetDistributionChannelAttachmentResponse> handler)
-
Uses of DeleteMediaAssetDistributionChannelAttachmentResponse in com.oracle.bmc.mediaservices.responses
Methods in com.oracle.bmc.mediaservices.responses that return DeleteMediaAssetDistributionChannelAttachmentResponse Modifier and Type Method Description DeleteMediaAssetDistributionChannelAttachmentResponse
DeleteMediaAssetDistributionChannelAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mediaservices.responses with parameters of type DeleteMediaAssetDistributionChannelAttachmentResponse Modifier and Type Method Description DeleteMediaAssetDistributionChannelAttachmentResponse.Builder
DeleteMediaAssetDistributionChannelAttachmentResponse.Builder. copy(DeleteMediaAssetDistributionChannelAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-