| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionMode |
UpdateProfileJobRequest.encryptionMode()
The encryption mode for the job, which can be one of the following:
|
EncryptionMode |
CreateRecipeJobRequest.encryptionMode()
The encryption mode for the job, which can be one of the following:
|
EncryptionMode |
Job.encryptionMode()
The encryption mode for the job, which can be one of the following:
|
EncryptionMode |
CreateProfileJobRequest.encryptionMode()
The encryption mode for the job, which can be one of the following:
|
EncryptionMode |
UpdateRecipeJobRequest.encryptionMode()
The encryption mode for the job, which can be one of the following:
|
EncryptionMode |
DescribeJobResponse.encryptionMode()
The encryption mode for the job, which can be one of the following:
|
static EncryptionMode |
EncryptionMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static EncryptionMode |
EncryptionMode.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<EncryptionMode> |
EncryptionMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.encryptionMode(EncryptionMode encryptionMode)
The encryption mode for the job, which can be one of the following:
|
CreateRecipeJobRequest.Builder |
CreateRecipeJobRequest.Builder.encryptionMode(EncryptionMode encryptionMode)
The encryption mode for the job, which can be one of the following:
|
Job.Builder |
Job.Builder.encryptionMode(EncryptionMode encryptionMode)
The encryption mode for the job, which can be one of the following:
|
CreateProfileJobRequest.Builder |
CreateProfileJobRequest.Builder.encryptionMode(EncryptionMode encryptionMode)
The encryption mode for the job, which can be one of the following:
|
UpdateRecipeJobRequest.Builder |
UpdateRecipeJobRequest.Builder.encryptionMode(EncryptionMode encryptionMode)
The encryption mode for the job, which can be one of the following:
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.encryptionMode(EncryptionMode encryptionMode)
The encryption mode for the job, which can be one of the following:
|
Copyright © 2023. All rights reserved.