Uses of Enum
com.amazonaws.services.kms.model.KeyUsageType
Packages that use KeyUsageType
-
Uses of KeyUsageType in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return KeyUsageTypeModifier and TypeMethodDescriptionstatic KeyUsageType
Use this in place of valueOf.static KeyUsageType
Returns 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 TypeMethodDescriptionvoid
CreateKeyRequest.setKeyUsage
(KeyUsageType keyUsage) The intended use of the CMK.void
KeyMetadata.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.