Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsMskClusterClusterInfoEncryptionInfoDetails.Builder
-
Packages that use AwsMskClusterClusterInfoEncryptionInfoDetails.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsMskClusterClusterInfoEncryptionInfoDetails.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsMskClusterClusterInfoEncryptionInfoDetails.Builder Modifier and Type Method Description static Class<? extends AwsMskClusterClusterInfoEncryptionInfoDetails.Builder>AwsMskClusterClusterInfoEncryptionInfoDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsMskClusterClusterInfoEncryptionInfoDetails.Builder Modifier and Type Method Description default AwsMskClusterClusterInfoDetails.BuilderAwsMskClusterClusterInfoDetails.Builder. encryptionInfo(Consumer<AwsMskClusterClusterInfoEncryptionInfoDetails.Builder> encryptionInfo)Includes encryption-related information, such as the KMS key used for encrypting data at rest and whether you want Amazon MSK to encrypt your data in transit.
-