Uses of Class
software.amazon.awssdk.services.databrew.model.EncryptionMode
-
Packages that use EncryptionMode Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of EncryptionMode in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return EncryptionMode Modifier and Type Method Description EncryptionModeCreateProfileJobRequest. encryptionMode()The encryption mode for the job, which can be one of the following:EncryptionModeCreateRecipeJobRequest. encryptionMode()The encryption mode for the job, which can be one of the following:EncryptionModeDescribeJobResponse. encryptionMode()The encryption mode for the job, which can be one of the following:EncryptionModeJob. encryptionMode()The encryption mode for the job, which can be one of the following:EncryptionModeUpdateProfileJobRequest. encryptionMode()The encryption mode for the job, which can be one of the following:EncryptionModeUpdateRecipeJobRequest. encryptionMode()The encryption mode for the job, which can be one of the following:static EncryptionModeEncryptionMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EncryptionModeEncryptionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static EncryptionMode[]EncryptionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type EncryptionMode Modifier and Type Method Description static Set<EncryptionMode>EncryptionMode. knownValues()Methods in software.amazon.awssdk.services.databrew.model with parameters of type EncryptionMode Modifier and Type Method Description CreateProfileJobRequest.BuilderCreateProfileJobRequest.Builder. encryptionMode(EncryptionMode encryptionMode)The encryption mode for the job, which can be one of the following:CreateRecipeJobRequest.BuilderCreateRecipeJobRequest.Builder. encryptionMode(EncryptionMode encryptionMode)The encryption mode for the job, which can be one of the following:DescribeJobResponse.BuilderDescribeJobResponse.Builder. encryptionMode(EncryptionMode encryptionMode)The encryption mode for the job, which can be one of the following:Job.BuilderJob.Builder. encryptionMode(EncryptionMode encryptionMode)The encryption mode for the job, which can be one of the following:UpdateProfileJobRequest.BuilderUpdateProfileJobRequest.Builder. encryptionMode(EncryptionMode encryptionMode)The encryption mode for the job, which can be one of the following:UpdateRecipeJobRequest.BuilderUpdateRecipeJobRequest.Builder. encryptionMode(EncryptionMode encryptionMode)The encryption mode for the job, which can be one of the following:
-