| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble.model |
| Modifier and Type | Method and Description |
|---|---|
static StudioEncryptionConfigurationKeyType |
StudioEncryptionConfigurationKeyType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StudioEncryptionConfigurationKeyType |
StudioEncryptionConfiguration.keyType()
The type of KMS key that is used to encrypt studio data.
|
static StudioEncryptionConfigurationKeyType |
StudioEncryptionConfigurationKeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StudioEncryptionConfigurationKeyType[] |
StudioEncryptionConfigurationKeyType.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<StudioEncryptionConfigurationKeyType> |
StudioEncryptionConfigurationKeyType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StudioEncryptionConfiguration.Builder |
StudioEncryptionConfiguration.Builder.keyType(StudioEncryptionConfigurationKeyType keyType)
The type of KMS key that is used to encrypt studio data.
|
Copyright © 2023. All rights reserved.