Uses of Enum
com.okta.sdk.resource.model.LogDiskEncryptionType
Packages that use LogDiskEncryptionType
-
Uses of LogDiskEncryptionType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return LogDiskEncryptionTypeModifier and TypeMethodDescriptionstatic LogDiskEncryptionType
LogDevice.getDiskEncryptionType()
Get diskEncryptionTypestatic LogDiskEncryptionType
Returns the enum constant of this type with the specified name.static LogDiskEncryptionType[]
LogDiskEncryptionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type LogDiskEncryptionTypeModifier and TypeMethodDescriptionLogDevice.diskEncryptionType
(LogDiskEncryptionType diskEncryptionType) void
LogDevice.setDiskEncryptionType
(LogDiskEncryptionType diskEncryptionType)