Interface MediaServices

  • All Superinterfaces:
    AutoCloseable
    All Known Implementing Classes:
    MediaServicesClient

    @Generated(value="OracleSDKGenerator",
               comments="API Version: 20211101")
    public interface MediaServices
    extends AutoCloseable
    Media Services (includes Media Flow and Media Streams) is a fully managed service for processing media (video) source content.

    Use Media Flow and Media Streams to transcode and package digital video using configurable workflows and stream video outputs.

    Use the Media Services API to configure media workflows and run Media Flow jobs, create distribution channels, ingest assets, create Preview URLs and play assets. For more information, see [Media Flow](https://docs.oracle.com/iaas/Content/dms-mediaflow/home.htm) and [Media Streams](https://docs.oracle.com/iaas/Content/dms-mediastream/home.htm).

    This service client uses CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER for all the operations by default if no circuit breaker configuration is defined by the user.

    • Method Detail

      • refreshClient

        void refreshClient()
        Rebuilds the client from scratch.

        Useful to refresh certificates.

      • setEndpoint

        void setEndpoint​(String endpoint)
        Sets the endpoint to call (ex, https://www.example.com).
        Parameters:
        endpoint - The endpoint of the service.
      • getEndpoint

        String getEndpoint()
        Gets the set endpoint for REST call (ex, https://www.example.com)
      • setRegion

        void setRegion​(Region region)
        Sets the region to call (ex, Region.US_PHOENIX_1).

        Note, this will call setEndpoint after resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.

        Parameters:
        region - The region of the service.
      • setRegion

        void setRegion​(String regionId)
        Sets the region to call (ex, ‘us-phoenix-1’).

        Note, this will first try to map the region ID to a known Region and call setRegion.

        If no known Region could be determined, it will create an endpoint based on the default endpoint format (Region.formatDefaultRegionEndpoint(Service, String) and then call setEndpoint.

        Parameters:
        regionId - The public region ID.
      • useRealmSpecificEndpointTemplate

        void useRealmSpecificEndpointTemplate​(boolean realmSpecificEndpointTemplateEnabled)
        Determines whether realm specific endpoint should be used or not.

        Set realmSpecificEndpointTemplateEnabled to “true” if the user wants to enable use of realm specific endpoint template, otherwise set it to “false”

        Parameters:
        realmSpecificEndpointTemplateEnabled - flag to enable the use of realm specific endpoint template
      • addMediaAssetLock

        AddMediaAssetLockResponse addMediaAssetLock​(AddMediaAssetLockRequest request)
        Add a lock to an MediaAsset.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/AddMediaAssetLockExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddMediaAssetLock API.

      • addMediaWorkflowConfigurationLock

        AddMediaWorkflowConfigurationLockResponse addMediaWorkflowConfigurationLock​(AddMediaWorkflowConfigurationLockRequest request)
        Add a lock to a MediaWorkflowConfiguration.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/AddMediaWorkflowConfigurationLockExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddMediaWorkflowConfigurationLock API.

      • addMediaWorkflowJobLock

        AddMediaWorkflowJobLockResponse addMediaWorkflowJobLock​(AddMediaWorkflowJobLockRequest request)
        Add a lock to a MediaWorkflowJob.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/AddMediaWorkflowJobLockExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddMediaWorkflowJobLock API.

      • addMediaWorkflowLock

        AddMediaWorkflowLockResponse addMediaWorkflowLock​(AddMediaWorkflowLockRequest request)
        Add a lock to a MediaWorkflow.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/AddMediaWorkflowLockExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddMediaWorkflowLock API.

      • addStreamCdnConfigLock

        AddStreamCdnConfigLockResponse addStreamCdnConfigLock​(AddStreamCdnConfigLockRequest request)
        Add a lock to a StreamCdnConfig.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/AddStreamCdnConfigLockExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddStreamCdnConfigLock API.

      • addStreamDistributionChannelLock

        AddStreamDistributionChannelLockResponse addStreamDistributionChannelLock​(AddStreamDistributionChannelLockRequest request)
        Add a lock to a StreamDistributionChannel.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/AddStreamDistributionChannelLockExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddStreamDistributionChannelLock API.

      • addStreamPackagingConfigLock

        AddStreamPackagingConfigLockResponse addStreamPackagingConfigLock​(AddStreamPackagingConfigLockRequest request)
        Add a lock to a StreamPackagingConfig.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/AddStreamPackagingConfigLockExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddStreamPackagingConfigLock API.

      • changeMediaAssetCompartment

        ChangeMediaAssetCompartmentResponse changeMediaAssetCompartment​(ChangeMediaAssetCompartmentRequest request)
        Moves a MediaAsset resource from one compartment identifier to another.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/ChangeMediaAssetCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeMediaAssetCompartment API.

      • changeMediaWorkflowCompartment

        ChangeMediaWorkflowCompartmentResponse changeMediaWorkflowCompartment​(ChangeMediaWorkflowCompartmentRequest request)
        Moves a MediaWorkflow resource from one compartment identifier to another.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/ChangeMediaWorkflowCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeMediaWorkflowCompartment API.

      • changeMediaWorkflowConfigurationCompartment

        ChangeMediaWorkflowConfigurationCompartmentResponse changeMediaWorkflowConfigurationCompartment​(ChangeMediaWorkflowConfigurationCompartmentRequest request)
        Moves a MediaWorkflowConfiguration resource from one compartment identifier to another.

        When provided, If-Match is checked against ETag values of the resource.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/ChangeMediaWorkflowConfigurationCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeMediaWorkflowConfigurationCompartment API.

      • changeMediaWorkflowJobCompartment

        ChangeMediaWorkflowJobCompartmentResponse changeMediaWorkflowJobCompartment​(ChangeMediaWorkflowJobCompartmentRequest request)
        Moves a MediaWorkflowJob resource from one compartment identifier to another.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/ChangeMediaWorkflowJobCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeMediaWorkflowJobCompartment API.

      • changeStreamDistributionChannelCompartment

        ChangeStreamDistributionChannelCompartmentResponse changeStreamDistributionChannelCompartment​(ChangeStreamDistributionChannelCompartmentRequest request)
        Moves a Stream Distribution Channel resource from one compartment identifier to another.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/ChangeStreamDistributionChannelCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeStreamDistributionChannelCompartment API.

      • createMediaAsset

        CreateMediaAssetResponse createMediaAsset​(CreateMediaAssetRequest request)
        Creates a new MediaAsset.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/CreateMediaAssetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMediaAsset API.

      • createMediaWorkflow

        CreateMediaWorkflowResponse createMediaWorkflow​(CreateMediaWorkflowRequest request)
        Creates a new MediaWorkflow.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/CreateMediaWorkflowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMediaWorkflow API.

      • createMediaWorkflowConfiguration

        CreateMediaWorkflowConfigurationResponse createMediaWorkflowConfiguration​(CreateMediaWorkflowConfigurationRequest request)
        Creates a new MediaWorkflowConfiguration.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/CreateMediaWorkflowConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMediaWorkflowConfiguration API.

      • createMediaWorkflowJob

        CreateMediaWorkflowJobResponse createMediaWorkflowJob​(CreateMediaWorkflowJobRequest request)
        Run the MediaWorkflow according to the given mediaWorkflow definition and configuration.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/CreateMediaWorkflowJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMediaWorkflowJob API.

      • createStreamCdnConfig

        CreateStreamCdnConfigResponse createStreamCdnConfig​(CreateStreamCdnConfigRequest request)
        Creates a new CDN Configuration.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/CreateStreamCdnConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateStreamCdnConfig API.

      • createStreamDistributionChannel

        CreateStreamDistributionChannelResponse createStreamDistributionChannel​(CreateStreamDistributionChannelRequest request)
        Creates a new Stream Distribution Channel.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/CreateStreamDistributionChannelExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateStreamDistributionChannel API.

      • createStreamPackagingConfig

        CreateStreamPackagingConfigResponse createStreamPackagingConfig​(CreateStreamPackagingConfigRequest request)
        Creates a new Packaging Configuration.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/CreateStreamPackagingConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateStreamPackagingConfig API.

      • deleteMediaAsset

        DeleteMediaAssetResponse deleteMediaAsset​(DeleteMediaAssetRequest request)
        Deletes a MediaAsset resource by identifier.

        If DeleteChildren is passed in as the mode, all the assets with the parentMediaAssetId matching the ID will be deleted. If DeleteDerivatives is set as the mode, all the assets with the masterMediaAssetId matching the ID will be deleted.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/DeleteMediaAssetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMediaAsset API.

      • deleteMediaAssetDistributionChannelAttachment

        DeleteMediaAssetDistributionChannelAttachmentResponse deleteMediaAssetDistributionChannelAttachment​(DeleteMediaAssetDistributionChannelAttachmentRequest request)
        Deletes a MediaAsset from the DistributionChannel by identifiers.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/DeleteMediaAssetDistributionChannelAttachmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMediaAssetDistributionChannelAttachment API.

      • deleteMediaWorkflow

        DeleteMediaWorkflowResponse deleteMediaWorkflow​(DeleteMediaWorkflowRequest request)
        The MediaWorkflow lifecycleState will change to DELETED.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/DeleteMediaWorkflowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMediaWorkflow API.

      • deleteMediaWorkflowConfiguration

        DeleteMediaWorkflowConfigurationResponse deleteMediaWorkflowConfiguration​(DeleteMediaWorkflowConfigurationRequest request)
        Deletes a MediaWorkflowConfiguration resource by identifier.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/DeleteMediaWorkflowConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMediaWorkflowConfiguration API.

      • deleteMediaWorkflowJob

        DeleteMediaWorkflowJobResponse deleteMediaWorkflowJob​(DeleteMediaWorkflowJobRequest request)
        This is an asynchronous operation.

        The MediaWorkflowJob lifecycleState will change to CANCELING temporarily until the job is completely CANCELED.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/DeleteMediaWorkflowJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMediaWorkflowJob API.

      • deleteStreamCdnConfig

        DeleteStreamCdnConfigResponse deleteStreamCdnConfig​(DeleteStreamCdnConfigRequest request)
        The StreamCdnConfig lifecycleState will change to DELETED.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/DeleteStreamCdnConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteStreamCdnConfig API.

      • deleteStreamDistributionChannel

        DeleteStreamDistributionChannelResponse deleteStreamDistributionChannel​(DeleteStreamDistributionChannelRequest request)
        The Stream Distribution Channel lifecycleState will change to DELETED.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/DeleteStreamDistributionChannelExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteStreamDistributionChannel API.

      • deleteStreamPackagingConfig

        DeleteStreamPackagingConfigResponse deleteStreamPackagingConfig​(DeleteStreamPackagingConfigRequest request)
        The Stream Packaging Configuration lifecycleState will change to DELETED.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/DeleteStreamPackagingConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteStreamPackagingConfig API.

      • getMediaAsset

        GetMediaAssetResponse getMediaAsset​(GetMediaAssetRequest request)
        Gets a MediaAsset by identifier.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/GetMediaAssetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMediaAsset API.

      • getMediaAssetDistributionChannelAttachment

        GetMediaAssetDistributionChannelAttachmentResponse getMediaAssetDistributionChannelAttachment​(GetMediaAssetDistributionChannelAttachmentRequest request)
        Gets a MediaAssetDistributionChannelAttachment for a MediaAsset by identifiers.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/GetMediaAssetDistributionChannelAttachmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMediaAssetDistributionChannelAttachment API.

      • getMediaWorkflow

        GetMediaWorkflowResponse getMediaWorkflow​(GetMediaWorkflowRequest request)
        Gets a MediaWorkflow by identifier.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/GetMediaWorkflowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMediaWorkflow API.

      • getMediaWorkflowConfiguration

        GetMediaWorkflowConfigurationResponse getMediaWorkflowConfiguration​(GetMediaWorkflowConfigurationRequest request)
        Gets a MediaWorkflowConfiguration by identifier
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/GetMediaWorkflowConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMediaWorkflowConfiguration API.

      • getMediaWorkflowJob

        GetMediaWorkflowJobResponse getMediaWorkflowJob​(GetMediaWorkflowJobRequest request)
        Gets the MediaWorkflowJob.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/GetMediaWorkflowJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMediaWorkflowJob API.

      • getStreamCdnConfig

        GetStreamCdnConfigResponse getStreamCdnConfig​(GetStreamCdnConfigRequest request)
        Gets a StreamCdnConfig by identifier.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/GetStreamCdnConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetStreamCdnConfig API.

      • getStreamDistributionChannel

        GetStreamDistributionChannelResponse getStreamDistributionChannel​(GetStreamDistributionChannelRequest request)
        Gets a Stream Distribution Channel by identifier.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/GetStreamDistributionChannelExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetStreamDistributionChannel API.

      • getStreamPackagingConfig

        GetStreamPackagingConfigResponse getStreamPackagingConfig​(GetStreamPackagingConfigRequest request)
        Gets a Stream Packaging Configuration by identifier.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/GetStreamPackagingConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetStreamPackagingConfig API.

      • ingestStreamDistributionChannel

        IngestStreamDistributionChannelResponse ingestStreamDistributionChannel​(IngestStreamDistributionChannelRequest request)
        Ingests an Asset into a Distribution Channel.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/IngestStreamDistributionChannelExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use IngestStreamDistributionChannel API.

      • listMediaAssetDistributionChannelAttachments

        ListMediaAssetDistributionChannelAttachmentsResponse listMediaAssetDistributionChannelAttachments​(ListMediaAssetDistributionChannelAttachmentsRequest request)
        Lists the MediaAssetDistributionChannelAttachments for a MediaAsset by identifier.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/ListMediaAssetDistributionChannelAttachmentsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMediaAssetDistributionChannelAttachments API.

      • listMediaAssets

        ListMediaAssetsResponse listMediaAssets​(ListMediaAssetsRequest request)
        Returns a list of MediaAssetSummary.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/ListMediaAssetsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMediaAssets API.

      • listMediaWorkflowConfigurations

        ListMediaWorkflowConfigurationsResponse listMediaWorkflowConfigurations​(ListMediaWorkflowConfigurationsRequest request)
        Returns a list of MediaWorkflowConfigurations.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/ListMediaWorkflowConfigurationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMediaWorkflowConfigurations API.

      • listMediaWorkflowJobs

        ListMediaWorkflowJobsResponse listMediaWorkflowJobs​(ListMediaWorkflowJobsRequest request)
        Lists the MediaWorkflowJobs.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/ListMediaWorkflowJobsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMediaWorkflowJobs API.

      • listMediaWorkflowTaskDeclarations

        ListMediaWorkflowTaskDeclarationsResponse listMediaWorkflowTaskDeclarations​(ListMediaWorkflowTaskDeclarationsRequest request)
        Returns a list of MediaWorkflowTaskDeclarations.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/ListMediaWorkflowTaskDeclarationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMediaWorkflowTaskDeclarations API.

      • listMediaWorkflows

        ListMediaWorkflowsResponse listMediaWorkflows​(ListMediaWorkflowsRequest request)
        Lists the MediaWorkflows.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/ListMediaWorkflowsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMediaWorkflows API.

      • listStreamCdnConfigs

        ListStreamCdnConfigsResponse listStreamCdnConfigs​(ListStreamCdnConfigsRequest request)
        Lists the StreamCdnConfig.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/ListStreamCdnConfigsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListStreamCdnConfigs API.

      • listStreamDistributionChannels

        ListStreamDistributionChannelsResponse listStreamDistributionChannels​(ListStreamDistributionChannelsRequest request)
        Lists the Stream Distribution Channels.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/ListStreamDistributionChannelsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListStreamDistributionChannels API.

      • listStreamPackagingConfigs

        ListStreamPackagingConfigsResponse listStreamPackagingConfigs​(ListStreamPackagingConfigsRequest request)
        Lists the Stream Packaging Configurations.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/ListStreamPackagingConfigsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListStreamPackagingConfigs API.

      • listSystemMediaWorkflows

        ListSystemMediaWorkflowsResponse listSystemMediaWorkflows​(ListSystemMediaWorkflowsRequest request)
        Lists the SystemMediaWorkflows that can be used to run a job by name or as a template to create a MediaWorkflow.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/ListSystemMediaWorkflowsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSystemMediaWorkflows API.

      • removeMediaAssetLock

        RemoveMediaAssetLockResponse removeMediaAssetLock​(RemoveMediaAssetLockRequest request)
        Remove a lock to an MediaAsset.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/RemoveMediaAssetLockExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoveMediaAssetLock API.

      • removeMediaWorkflowConfigurationLock

        RemoveMediaWorkflowConfigurationLockResponse removeMediaWorkflowConfigurationLock​(RemoveMediaWorkflowConfigurationLockRequest request)
        Remove a lock from a MediaWorkflowConfiguration.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/RemoveMediaWorkflowConfigurationLockExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoveMediaWorkflowConfigurationLock API.

      • removeMediaWorkflowJobLock

        RemoveMediaWorkflowJobLockResponse removeMediaWorkflowJobLock​(RemoveMediaWorkflowJobLockRequest request)
        Remove a lock from a MediaWorkflowJob.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/RemoveMediaWorkflowJobLockExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoveMediaWorkflowJobLock API.

      • removeMediaWorkflowLock

        RemoveMediaWorkflowLockResponse removeMediaWorkflowLock​(RemoveMediaWorkflowLockRequest request)
        Remove a lock from a MediaWorkflow.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/RemoveMediaWorkflowLockExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoveMediaWorkflowLock API.

      • removeStreamCdnConfigLock

        RemoveStreamCdnConfigLockResponse removeStreamCdnConfigLock​(RemoveStreamCdnConfigLockRequest request)
        Remove a lock from a StreamCdnConfig.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/RemoveStreamCdnConfigLockExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoveStreamCdnConfigLock API.

      • removeStreamDistributionChannelLock

        RemoveStreamDistributionChannelLockResponse removeStreamDistributionChannelLock​(RemoveStreamDistributionChannelLockRequest request)
        Remove a lock to a StreamDistributionChannel.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/RemoveStreamDistributionChannelLockExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoveStreamDistributionChannelLock API.

      • removeStreamPackagingConfigLock

        RemoveStreamPackagingConfigLockResponse removeStreamPackagingConfigLock​(RemoveStreamPackagingConfigLockRequest request)
        Remove a lock from a StreamPackagingConfig.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/RemoveStreamPackagingConfigLockExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoveStreamPackagingConfigLock API.

      • updateMediaAsset

        UpdateMediaAssetResponse updateMediaAsset​(UpdateMediaAssetRequest request)
        Updates the MediaAsset.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/UpdateMediaAssetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateMediaAsset API.

      • updateMediaWorkflow

        UpdateMediaWorkflowResponse updateMediaWorkflow​(UpdateMediaWorkflowRequest request)
        Updates the MediaWorkflow.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/UpdateMediaWorkflowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateMediaWorkflow API.

      • updateMediaWorkflowConfiguration

        UpdateMediaWorkflowConfigurationResponse updateMediaWorkflowConfiguration​(UpdateMediaWorkflowConfigurationRequest request)
        Updates the MediaWorkflowConfiguration.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/UpdateMediaWorkflowConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateMediaWorkflowConfiguration API.

      • updateMediaWorkflowJob

        UpdateMediaWorkflowJobResponse updateMediaWorkflowJob​(UpdateMediaWorkflowJobRequest request)
        Updates the MediaWorkflowJob.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/UpdateMediaWorkflowJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateMediaWorkflowJob API.

      • updateStreamCdnConfig

        UpdateStreamCdnConfigResponse updateStreamCdnConfig​(UpdateStreamCdnConfigRequest request)
        Updates the StreamCdnConfig.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/UpdateStreamCdnConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateStreamCdnConfig API.

      • updateStreamDistributionChannel

        UpdateStreamDistributionChannelResponse updateStreamDistributionChannel​(UpdateStreamDistributionChannelRequest request)
        Updates the Stream Distribution Channel.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/UpdateStreamDistributionChannelExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateStreamDistributionChannel API.

      • updateStreamPackagingConfig

        UpdateStreamPackagingConfigResponse updateStreamPackagingConfig​(UpdateStreamPackagingConfigRequest request)
        Updates the Stream Packaging Configuration.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/mediaservices/UpdateStreamPackagingConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateStreamPackagingConfig API.

      • getWaiters

        MediaServicesWaiters getWaiters()
        Gets the pre-configured waiters available for resources for this service.
        Returns:
        The service waiters.
      • getPaginators

        MediaServicesPaginators getPaginators()
        Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.

        These paginators provide an Iterable interface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.

        Returns:
        The service paginators.