Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails.Builder
-
Packages that use AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails.Builder Modifier and Type Method Description static AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails.BuilderAwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails. builder()AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails.BuilderAwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails.Builder. enabled(Boolean enabled)Whether encryption at rest is enabled.AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails.BuilderAwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails.Builder. kmsKeyId(String kmsKeyId)The KMS key ID.AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails.BuilderAwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails.Builder Modifier and Type Method Description static Class<? extends AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails.Builder>AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails.Builder Modifier and Type Method Description default AwsOpenSearchServiceDomainDetails.BuilderAwsOpenSearchServiceDomainDetails.Builder. encryptionAtRestOptions(Consumer<AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails.Builder> encryptionAtRestOptions)Details about the configuration for encryption at rest.
-