Uses of Class
software.amazon.awssdk.services.healthlake.model.CmkType
-
Packages that use CmkType Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of CmkType in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return CmkType Modifier and Type Method Description CmkTypeKmsEncryptionConfig. cmkType()The type of customer-managed-key(CMK) used for encryption.static CmkTypeCmkType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CmkTypeCmkType. valueOf(String name)Returns the enum constant of this type with the specified name.static CmkType[]CmkType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.healthlake.model that return types with arguments of type CmkType Modifier and Type Method Description static Set<CmkType>CmkType. knownValues()Methods in software.amazon.awssdk.services.healthlake.model with parameters of type CmkType Modifier and Type Method Description KmsEncryptionConfig.BuilderKmsEncryptionConfig.Builder. cmkType(CmkType cmkType)The type of customer-managed-key(CMK) used for encryption.
-