| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
static PutDefaultEncryptionConfigurationResponse.Builder |
PutDefaultEncryptionConfigurationResponse.builder() |
PutDefaultEncryptionConfigurationResponse.Builder |
PutDefaultEncryptionConfigurationResponse.Builder.configurationStatus(ConfigurationStatus configurationStatus)
The status of the account configuration.
|
default PutDefaultEncryptionConfigurationResponse.Builder |
PutDefaultEncryptionConfigurationResponse.Builder.configurationStatus(Consumer<ConfigurationStatus.Builder> configurationStatus)
The status of the account configuration.
|
PutDefaultEncryptionConfigurationResponse.Builder |
PutDefaultEncryptionConfigurationResponse.Builder.encryptionType(EncryptionType encryptionType)
The type of encryption used for the encryption configuration.
|
PutDefaultEncryptionConfigurationResponse.Builder |
PutDefaultEncryptionConfigurationResponse.Builder.encryptionType(String encryptionType)
The type of encryption used for the encryption configuration.
|
PutDefaultEncryptionConfigurationResponse.Builder |
PutDefaultEncryptionConfigurationResponse.Builder.kmsKeyArn(String kmsKeyArn)
The Key ARN of the AWS KMS CMK used for AWS KMS encryption if you use
KMS_BASED_ENCRYPTION. |
PutDefaultEncryptionConfigurationResponse.Builder |
PutDefaultEncryptionConfigurationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutDefaultEncryptionConfigurationResponse.Builder> |
PutDefaultEncryptionConfigurationResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.