Uses of Enum
com.amazonaws.services.kms.model.KeyUsageType
Packages that use KeyUsageType
-
Uses of KeyUsageType in com.amazonaws.services.kms.model
Subclasses with type arguments of type KeyUsageType in com.amazonaws.services.kms.modelMethods in com.amazonaws.services.kms.model that return KeyUsageTypeModifier and TypeMethodDescriptionstatic KeyUsageTypeUse this in place of valueOf.static KeyUsageTypeReturns the enum constant of this type with the specified name.static KeyUsageType[]KeyUsageType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.kms.model with parameters of type KeyUsageTypeModifier and TypeMethodDescriptionvoidCreateKeyRequest.setKeyUsage(KeyUsageType keyUsage) The intended use of the CMK.voidKeyMetadata.setKeyUsage(KeyUsageType keyUsage) The cryptographic operations for which you can use the key.CreateKeyRequest.withKeyUsage(KeyUsageType keyUsage) The intended use of the CMK.KeyMetadata.withKeyUsage(KeyUsageType keyUsage) The cryptographic operations for which you can use the key.