Uses of Class
com.amazonaws.services.kms.model.KeyUsageType
-
Packages that use KeyUsageType Package Description com.amazonaws.services.kms.model -
-
Uses of KeyUsageType in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return KeyUsageType Modifier and Type Method Description static KeyUsageType
KeyUsageType. fromValue(String value)
Use this in place of valueOf.static KeyUsageType
KeyUsageType. valueOf(String name)
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 KeyUsageType Modifier and Type Method Description void
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
CreateKeyRequest. withKeyUsage(KeyUsageType keyUsage)
The intended use of the CMK.KeyMetadata
KeyMetadata. withKeyUsage(KeyUsageType keyUsage)
The cryptographic operations for which you can use the key.
-