Uses of Class
software.amazon.awssdk.services.mediaconvert.model.CopyProtectionAction
-
Packages that use CopyProtectionAction Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of CopyProtectionAction in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return CopyProtectionAction Modifier and Type Method Description CopyProtectionActionExtendedDataServices. copyProtectionAction()The action to take on copy and redistribution control XDS packets.static CopyProtectionActionCopyProtectionAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CopyProtectionActionCopyProtectionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static CopyProtectionAction[]CopyProtectionAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type CopyProtectionAction Modifier and Type Method Description static Set<CopyProtectionAction>CopyProtectionAction. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type CopyProtectionAction Modifier and Type Method Description ExtendedDataServices.BuilderExtendedDataServices.Builder. copyProtectionAction(CopyProtectionAction copyProtectionAction)The action to take on copy and redistribution control XDS packets.
-