Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsMskClusterClusterInfoEncryptionInfoDetails
-
Packages that use AwsMskClusterClusterInfoEncryptionInfoDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsMskClusterClusterInfoEncryptionInfoDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsMskClusterClusterInfoEncryptionInfoDetails Modifier and Type Method Description AwsMskClusterClusterInfoEncryptionInfoDetailsAwsMskClusterClusterInfoDetails. 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.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsMskClusterClusterInfoEncryptionInfoDetails Modifier and Type Method Description AwsMskClusterClusterInfoDetails.BuilderAwsMskClusterClusterInfoDetails.Builder. encryptionInfo(AwsMskClusterClusterInfoEncryptionInfoDetails 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.
-