| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
StudioEncryptionConfiguration |
StudioEncryptionConfiguration.clone() |
StudioEncryptionConfiguration |
CreateStudioRequest.getStudioEncryptionConfiguration()
The studio encryption configuration.
|
StudioEncryptionConfiguration |
Studio.getStudioEncryptionConfiguration()
Configuration of the encryption method that is used for the studio.
|
StudioEncryptionConfiguration |
StudioEncryptionConfiguration.withKeyArn(String keyArn)
The ARN for a KMS key that is used to encrypt studio data.
|
StudioEncryptionConfiguration |
StudioEncryptionConfiguration.withKeyType(String keyType)
The type of KMS key that is used to encrypt studio data.
|
StudioEncryptionConfiguration |
StudioEncryptionConfiguration.withKeyType(StudioEncryptionConfigurationKeyType keyType)
The type of KMS key that is used to encrypt studio data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateStudioRequest.setStudioEncryptionConfiguration(StudioEncryptionConfiguration studioEncryptionConfiguration)
The studio encryption configuration.
|
void |
Studio.setStudioEncryptionConfiguration(StudioEncryptionConfiguration studioEncryptionConfiguration)
Configuration of the encryption method that is used for the studio.
|
CreateStudioRequest |
CreateStudioRequest.withStudioEncryptionConfiguration(StudioEncryptionConfiguration studioEncryptionConfiguration)
The studio encryption configuration.
|
Studio |
Studio.withStudioEncryptionConfiguration(StudioEncryptionConfiguration studioEncryptionConfiguration)
Configuration of the encryption method that is used for the studio.
|
Copyright © 2023. All rights reserved.