Uses of Class
com.oracle.bmc.mediaservices.requests.DeleteMediaAssetDistributionChannelAttachmentRequest
-
Packages that use DeleteMediaAssetDistributionChannelAttachmentRequest Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.requests -
-
Uses of DeleteMediaAssetDistributionChannelAttachmentRequest in com.oracle.bmc.mediaservices
Method parameters in com.oracle.bmc.mediaservices with type arguments of type DeleteMediaAssetDistributionChannelAttachmentRequest 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 DeleteMediaAssetDistributionChannelAttachmentRequest in com.oracle.bmc.mediaservices.requests
Methods in com.oracle.bmc.mediaservices.requests that return DeleteMediaAssetDistributionChannelAttachmentRequest Modifier and Type Method Description DeleteMediaAssetDistributionChannelAttachmentRequest
DeleteMediaAssetDistributionChannelAttachmentRequest.Builder. build()
Build the instance of DeleteMediaAssetDistributionChannelAttachmentRequest as configured by this builderDeleteMediaAssetDistributionChannelAttachmentRequest
DeleteMediaAssetDistributionChannelAttachmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteMediaAssetDistributionChannelAttachmentRequest as configured by this builderMethods in com.oracle.bmc.mediaservices.requests with parameters of type DeleteMediaAssetDistributionChannelAttachmentRequest Modifier and Type Method Description DeleteMediaAssetDistributionChannelAttachmentRequest.Builder
DeleteMediaAssetDistributionChannelAttachmentRequest.Builder. copy(DeleteMediaAssetDistributionChannelAttachmentRequest o)
Copy method to populate the builder with values from the given instance.
-