toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
mediapackagev2
/
aws.sdk.kotlin.services.mediapackagev2.model
/
EncryptionMethod
Encryption
Method
class
EncryptionMethod
The encryption type.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
cmaf
Encryption
Method
Link copied to clipboard
val
cmafEncryptionMethod
:
CmafEncryptionMethod
?
The encryption method to use.
ts
Encryption
Method
Link copied to clipboard
val
tsEncryptionMethod
:
TsEncryptionMethod
?
The encryption method to use.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
EncryptionMethod.Builder
.
(
)
->
Unit
=
{}
)
:
EncryptionMethod
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String